2002-08-21 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / class / corlib / System / MarshalByRefObject.cs
index 2f3d413aa6f2e686af8a41c151c74567dd1728ed..53051ceba32fe1f6594f32c016886c91207f1baa 100644 (file)
@@ -11,6 +11,7 @@ using System.Runtime.Remoting;
 
 namespace System {
 
+       [Serializable]
        public abstract class MarshalByRefObject {
 
                public virtual ObjRef CreateObjRef (Type type)