merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / XmlSerializerImplementation.cs
index 734c7941476dd2d8012bdf6708f2f9ea9599f843..b2a6a84da4e5a59084b75a7c3943050f94f3571d 100644 (file)
@@ -1,69 +1,69 @@
-// 
-// XmlSerializerImplementation.cs 
-//
-// Author:
-//   Atsushi Enomoto  <atsushi@ximian.com>
-//
-// Copyright (C) 2006 Novell, Inc.
-//
-
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-using System;
-using System.Collections;
-
-namespace System.Xml.Serialization
-{
-#if NET_2_0
-       public
-#else
-       internal
-#endif
-       
-       abstract class XmlSerializerImplementation
-       {
-               public virtual XmlSerializationReader Reader {
-                       get { throw new NotSupportedException (); }
-               }
-               public virtual Hashtable ReadMethods {
-                       get { throw new NotSupportedException (); }
-               }
-               public virtual Hashtable TypedSerializers {
-                       get { throw new NotSupportedException (); }
-               }
-               public virtual Hashtable WriteMethods {
-                       get { throw new NotSupportedException (); }
-               }
-               public virtual XmlSerializationWriter Writer {
-                       get { throw new NotSupportedException (); }
-               }
-               public virtual bool CanSerialize (Type type)
-               {
-                       throw new NotSupportedException ();
-               }
-               public virtual XmlSerializer GetSerializer (Type type)
-               {
-                       throw new NotSupportedException ();
-               }
-       }
-}
-
+// \r
+// XmlSerializerImplementation.cs \r
+//\r
+// Author:\r
+//   Atsushi Enomoto  <atsushi@ximian.com>\r
+//\r
+// Copyright (C) 2006 Novell, Inc.\r
+//\r
+\r
+//\r
+// Permission is hereby granted, free of charge, to any person obtaining\r
+// a copy of this software and associated documentation files (the\r
+// "Software"), to deal in the Software without restriction, including\r
+// without limitation the rights to use, copy, modify, merge, publish,\r
+// distribute, sublicense, and/or sell copies of the Software, and to\r
+// permit persons to whom the Software is furnished to do so, subject to\r
+// the following conditions:\r
+// \r
+// The above copyright notice and this permission notice shall be\r
+// included in all copies or substantial portions of the Software.\r
+// \r
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
+//\r
+\r
+using System;\r
+using System.Collections;\r
+\r
+namespace System.Xml.Serialization\r
+{\r
+#if NET_2_0\r
+       public\r
+#else\r
+       internal\r
+#endif\r
+       \r
+       abstract class XmlSerializerImplementation\r
+       {\r
+               public virtual XmlSerializationReader Reader {\r
+                       get { throw new NotSupportedException (); }\r
+               }\r
+               public virtual Hashtable ReadMethods {\r
+                       get { throw new NotSupportedException (); }\r
+               }\r
+               public virtual Hashtable TypedSerializers {\r
+                       get { throw new NotSupportedException (); }\r
+               }\r
+               public virtual Hashtable WriteMethods {\r
+                       get { throw new NotSupportedException (); }\r
+               }\r
+               public virtual XmlSerializationWriter Writer {\r
+                       get { throw new NotSupportedException (); }\r
+               }\r
+               public virtual bool CanSerialize (Type type)\r
+               {\r
+                       throw new NotSupportedException ();\r
+               }\r
+               public virtual XmlSerializer GetSerializer (Type type)\r
+               {\r
+                       throw new NotSupportedException ();\r
+               }\r
+       }\r
+}\r
+\r