* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / I18N / MidEast / CP1256.cs
index 554410f88256e2602f6cb071004d819f30a542d7..21fef8e26a22da0cf15e30c61280f37de98b5c63 100644 (file)
@@ -31,6 +31,7 @@ using System;
 using System.Text;
 using I18N.Common;
 
+[Serializable]
 public class CP1256 : ByteEncoding
 {
        public CP1256()
@@ -775,6 +776,7 @@ public class CP1256 : ByteEncoding
 
 }; // class CP1256
 
+[Serializable]
 public class ENCwindows_1256 : CP1256
 {
        public ENCwindows_1256() : base() {}