Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2013-02-12 13:19:10 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-12 13:19:10 +0400
commit8063eb0963dd9055b1e1465a2983aab303747abe (patch)
tree8f4ae2af257bbeaaf8a3c9799b34520ab7cd030a /mcs/class/System.Xml.Serialization
parente53a27a22cc375e7f683edacdd5f5ac7bac0ebf0 (diff)
Remove broken profile files
Diffstat (limited to 'mcs/class/System.Xml.Serialization')
-rw-r--r--mcs/class/System.Xml.Serialization/Assembly/AssemblyInfo.cs60
-rw-r--r--mcs/class/System.Xml.Serialization/Assembly/ChangeLog4
-rw-r--r--mcs/class/System.Xml.Serialization/ChangeLog6
-rw-r--r--mcs/class/System.Xml.Serialization/Makefile24
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization.dll.sources0
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/ChangeLog14
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributeOverrides.cs58
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributes.cs36
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlMapping.cs43
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationGeneratedCode.cs40
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationReader.cs36
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationWriter.cs37
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializer.cs142
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializerNamespaces.cs57
-rw-r--r--mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlTypeMapping.cs40
-rw-r--r--mcs/class/System.Xml.Serialization/moonlight_raw_System.Xml.Serialization.dll.sources48
16 files changed, 0 insertions, 645 deletions
diff --git a/mcs/class/System.Xml.Serialization/Assembly/AssemblyInfo.cs b/mcs/class/System.Xml.Serialization/Assembly/AssemblyInfo.cs
deleted file mode 100644
index 57a517db630..00000000000
--- a/mcs/class/System.Xml.Serialization/Assembly/AssemblyInfo.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-//
-// AssemblyInfo.cs
-//
-// Author:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (c) 2010 Novell, Inc. (http://www.novell.com)
-//
-//
-//
-// 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.Reflection;
-using System.Resources;
-using System.Security;
-using System.Diagnostics;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about the System.Xml.Serialization assembly
-
-[assembly: AssemblyTitle ("System.Xml.Serialization.dll")]
-[assembly: AssemblyDescription ("System.Xml.Serialization.dll")]
-[assembly: AssemblyDefaultAlias ("System.Xml.Serialization.dll")]
-
-[assembly: AssemblyCompany (Consts.MonoCompany)]
-[assembly: AssemblyProduct (Consts.MonoProduct)]
-[assembly: AssemblyCopyright (Consts.MonoCopyright)]
-[assembly: AssemblyVersion (Consts.FxVersion)]
-[assembly: SatelliteContractVersion (Consts.FxVersion)]
-[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
-
-[assembly: NeutralResourcesLanguage ("en-US")]
-
-[assembly: ComVisible (false)]
-
-[assembly: CLSCompliant (true)]
-[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../winfx.pub")]
-[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
diff --git a/mcs/class/System.Xml.Serialization/Assembly/ChangeLog b/mcs/class/System.Xml.Serialization/Assembly/ChangeLog
deleted file mode 100644
index 872b6a84fbd..00000000000
--- a/mcs/class/System.Xml.Serialization/Assembly/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
-
- * AssemblyInfo.cs: Added.
-
diff --git a/mcs/class/System.Xml.Serialization/ChangeLog b/mcs/class/System.Xml.Serialization/ChangeLog
deleted file mode 100644
index 8038f0a83cf..00000000000
--- a/mcs/class/System.Xml.Serialization/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
-
- * Makefile:
- * System.Xml.Serialization.dll.sources:
- * moonlight_raw_System.Xml.Serialization.dll.sources: Added.
-
diff --git a/mcs/class/System.Xml.Serialization/Makefile b/mcs/class/System.Xml.Serialization/Makefile
deleted file mode 100644
index 8168ab55043..00000000000
--- a/mcs/class/System.Xml.Serialization/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-thisdir = class/System.Xml.Serialization
-SUBDIRS =
-include ../../build/rules.make
-
-LIBRARY = System.Xml.Serialization.dll
-LIB_MCS_FLAGS = -unsafe -r:System.dll -r:System.Core.dll -r:System.Xml.dll -r:System.ServiceModel.dll -r:System.Runtime.Serialization.dll -d:NET_2_1 -d:NET_2_0 -d:NET_1_1
-
-ifneq (2.1, $(FRAMEWORK_VERSION))
-LIB_MCS_FLAGS += -d:NET_3_5 -nowarn:1720
-endif
-
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-
-EXTRA_DISTFILES =
-
-VALID_PROFILE := $(filter 2.1, $(FRAMEWORK_VERSION))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.Xml.Serialization.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
-include ../../build/library.make
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization.dll.sources b/mcs/class/System.Xml.Serialization/System.Xml.Serialization.dll.sources
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization.dll.sources
+++ /dev/null
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/ChangeLog b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/ChangeLog
deleted file mode 100644
index 10fa384db8f..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-2010-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
-
- * XmlMapping.cs:
- * XmlAttributes.cs:
- * XmlSerializer.cs:
- * XmlTypeMapping.cs:
- * XmlAttributeOverrides.cs:
- * XmlSerializationWriter.cs:
- * XmlSerializationReader.cs:
- * XmlSerializerNamespaces.cs:
- * XmlSerializationGeneratedCode.cs: Added a partially stubbed out version of
- System.Xml.Serialization.dll, required for the Silverlight test suite to
- compile. A real implementation based on the same classes in System.Xml should
- eventually be done.
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributeOverrides.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributeOverrides.cs
deleted file mode 100644
index 3f7a66c3a98..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributeOverrides.cs
+++ /dev/null
@@ -1,58 +0,0 @@
-//
-// XmlAttributeOverrides.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public class XmlAttributeOverrides {
- public XmlAttributeOverrides ()
- {
- throw new NotImplementedException ();
- }
- public void Add (Type type, XmlAttributes attributes)
- {
- throw new NotImplementedException ();
- }
- public void Add (Type type, string member, XmlAttributes attributes)
- {
- throw new NotImplementedException ();
- }
- public XmlAttributes this [Type type, string member] {
- get {
- throw new NotImplementedException ();
- }
- }
- public XmlAttributes this [Type type] {
- get {
- throw new NotImplementedException ();
- }
- }
- }
-}
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributes.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributes.cs
deleted file mode 100644
index 903b46361f4..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlAttributes.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-//
-// XmlAttributes.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public class XmlAttributes {
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlMapping.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlMapping.cs
deleted file mode 100644
index e5e96004604..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlMapping.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-//
-// XmlMapping.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public abstract class XmlMapping {
- public void SetKey (string key)
- {
- throw new NotImplementedException ();
- }
- public string ElementName { get; private set; }
- public string Namespace { get; private set; }
- public string XsdElementName { get; private set; }
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationGeneratedCode.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationGeneratedCode.cs
deleted file mode 100644
index 04a2a8d7eb8..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationGeneratedCode.cs
+++ /dev/null
@@ -1,40 +0,0 @@
-//
-// XmlSerializationGeneratedCode.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public abstract class XmlSerializationGeneratedCode {
- protected XmlSerializationGeneratedCode ()
- {
- throw new NotImplementedException ();
- }
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationReader.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationReader.cs
deleted file mode 100644
index 1b5f1f12e37..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationReader.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-//
-// XmlSerializationReader.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public abstract class XmlSerializationReader : XmlSerializationGeneratedCode {
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationWriter.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationWriter.cs
deleted file mode 100644
index 97acb4a0f84..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializationWriter.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-//
-// XmlSerializationWriter.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public abstract class XmlSerializationWriter : XmlSerializationGeneratedCode {
-
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializer.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializer.cs
deleted file mode 100644
index bda6b9cf1a6..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializer.cs
+++ /dev/null
@@ -1,142 +0,0 @@
-//
-// XmlSerializer.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-using System;
-using System.IO;
-namespace System.Xml.Serialization {
- public class XmlSerializer {
- public XmlSerializer ()
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (Type type)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (XmlTypeMapping xmlTYpeMapping)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (Type type, Type [] extraTypes)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (Type type, string defaultNamespace)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (Type type, XmlAttributeOverrides overrides)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (Type type, XmlRootAttribute root)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, string defaultNamespace)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer (Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, string defaultNamespace, object location, object evidence)
- {
- throw new NotImplementedException ();
- }
- public bool CanDeserializer (XmlReader xmlReader)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializationReader CreateReader ()
- {
- throw new NotImplementedException ();
- }
- public XmlSerializationWriter CreateWriter ()
- {
- throw new NotImplementedException ();
- }
- public object Deserialize (Stream stream)
- {
- throw new NotImplementedException ();
- }
- public object Deserialize (XmlSerializationReader reader)
- {
- throw new NotImplementedException ();
- }
- public object Deserialize (TextReader textReader)
- {
- throw new NotImplementedException ();
- }
- public object Deserialize (XmlReader xmlReader)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer [] FromMappings (XmlMapping [] mappings)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer [] FromMappings (XmlMapping [] mappings, Type type)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializer [] FromTypes (Type [] types)
- {
- throw new NotImplementedException ();
- }
- protected virtual void Serialize (object o, XmlSerializationWriter writer)
- {
- throw new NotImplementedException ();
- }
- public void Serialize (Stream stream, object o)
- {
- throw new NotImplementedException ();
- }
- public void Serialize (TextWriter textWriter, object o)
- {
- throw new NotImplementedException ();
- }
- public void Serialize (XmlWriter xmlWriter, object o)
- {
- throw new NotImplementedException ();
- }
- public void Serialize (TextWriter textWriter, object o, XmlSerializerNamespaces namespaces)
- {
- throw new NotImplementedException ();
- }
- public void Serialize (XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces)
- {
- throw new NotImplementedException ();
- }
- public void Serialize (Stream stream, object o, XmlSerializerNamespaces namespaces)
- {
- throw new NotImplementedException ();
- }
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializerNamespaces.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializerNamespaces.cs
deleted file mode 100644
index 4dcb7388315..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlSerializerNamespaces.cs
+++ /dev/null
@@ -1,57 +0,0 @@
-//
-// XmlSerializerNamespaces.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public class XmlSerializerNamespaces {
- public XmlSerializerNamespaces ()
- {
- throw new NotImplementedException ();
- }
- public XmlSerializerNamespaces (XmlSerializerNamespaces namespaces)
- {
- throw new NotImplementedException ();
- }
- public XmlSerializerNamespaces (XmlQualifiedName [] namespaces)
- {
- throw new NotImplementedException ();
- }
- public void Add (string prefix, string ns)
- {
- throw new NotImplementedException ();
- }
- public XmlQualifiedName [] ToArray ()
- {
- throw new NotImplementedException ();
- }
- public int Count { get; private set; }
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlTypeMapping.cs b/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlTypeMapping.cs
deleted file mode 100644
index d789df6b794..00000000000
--- a/mcs/class/System.Xml.Serialization/System.Xml.Serialization/XmlTypeMapping.cs
+++ /dev/null
@@ -1,40 +0,0 @@
-//
-// XmlTypeMapping.cs
-//
-// Authors:
-// Rolf Bjarne Kvinge (RKvinge@novell.com)
-//
-// Copyright (C) 2010 Novell, Inc (http://www.novell.com)
-//
-// 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.
-//
-
-//
-// This class is just a stub of the same class in System.Xml/System.Xml.Serialization
-//
-
-namespace System.Xml.Serialization {
- public class XmlTypeMapping : XmlMapping {
- public string TypeFullName { get; private set; }
- public string TypeName { get; private set; }
- public string XsdTypeName { get; private set; }
- public string XsdTypeNamespace { get; private set; }
- }
-} \ No newline at end of file
diff --git a/mcs/class/System.Xml.Serialization/moonlight_raw_System.Xml.Serialization.dll.sources b/mcs/class/System.Xml.Serialization/moonlight_raw_System.Xml.Serialization.dll.sources
deleted file mode 100644
index 680a7ee4866..00000000000
--- a/mcs/class/System.Xml.Serialization/moonlight_raw_System.Xml.Serialization.dll.sources
+++ /dev/null
@@ -1,48 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
-../../build/common/MonoTODOAttribute.cs
-../corlib/System.Collections/ArrayList.cs
-../corlib/System.Collections/Hashtable.cs
-../corlib/System.Collections/IHashCodeProvider.cs
-../corlib/System.Runtime.Serialization/ObjectIDGenerator.cs
-../System.ServiceModel/System.ServiceModel/XmlSerializerFormatAttribute.cs
-../System.ServiceModel/System.ServiceModel.Description/XmlSerializerOperationBehavior.cs
-../System.XML/System.Xml.Serialization/CodeIdentifier.cs
-../System.XML/System.Xml.Serialization/ReflectionHelper.cs
-../System.XML/System.Xml.Serialization/SchemaTypes.cs
-../System.XML/System.Xml.Serialization/TypeTranslator.cs
-../System.XML/System.Xml.Serialization/TypeData.cs
-../System.XML/System.Xml.Serialization/TypeMember.cs
-../System.XML/System.Xml.Serialization/UnreferencedObjectEventHandler.cs
-../System.XML/System.Xml.Serialization/UnreferencedObjectEventArgs.cs
-../System.XML/System.Xml.Serialization/XmlAnyElementAttributes.cs
-../System.XML/System.Xml.Serialization/XmlArrayItemAttributes.cs
-../System.XML/System.Xml.Serialization/XmlAttributeOverrides.cs
-../System.XML/System.Xml.Serialization/XmlAttributes.cs
-../System.XML/System.Xml.Serialization/XmlCustomFormatter.cs
-../System.XML/System.Xml.Serialization/XmlElementAttributes.cs
-../System.XML/System.Xml.Serialization/XmlMapping.cs
-../System.XML/System.Xml.Serialization/XmlMemberMapping.cs
-../System.XML/System.Xml.Serialization/XmlMembersMapping.cs
-../System.XML/System.Xml.Serialization/XmlReflectionImporter.cs
-../System.XML/System.Xml.Serialization/XmlReflectionMember.cs
-../System.XML/System.Xml.Serialization/XmlSerializationCollectionFixupCallback.cs
-../System.XML/System.Xml.Serialization/XmlSerializationFixupCallback.cs
-../System.XML/System.Xml.Serialization/XmlSerializationGeneratedCode.cs
-../System.XML/System.Xml.Serialization/XmlSerializationReader.cs
-../System.XML/System.Xml.Serialization/XmlSerializationReadCallback.cs
-../System.XML/System.Xml.Serialization/XmlSerializationReaderInterpreter.cs
-../System.XML/System.Xml.Serialization/XmlSerializationWriter.cs
-../System.XML/System.Xml.Serialization/XmlSerializationWriteCallback.cs
-../System.XML/System.Xml.Serialization/XmlSerializationWriterInterpreter.cs
-../System.XML/System.Xml.Serialization/XmlSerializer.cs
-../System.XML/System.Xml.Serialization/XmlSerializerImplementation.cs
-../System.XML/System.Xml.Serialization/XmlSerializerNamespaces.cs
-../System.XML/System.Xml.Serialization/XmlTypeMapping.cs
-../System.XML/System.Xml.Serialization/XmlMappingAccess.cs
-../System.XML/System.Xml.Serialization/XmlTypeMapElementInfo.cs
-../System.XML/System.Xml.Serialization/XmlTypeMapMember.cs
-../System.XML/System.Xml.Serialization/XmlTypeMapMemberAttribute.cs
-../System.XML/System.Xml.Serialization/XmlTypeMapMemberElement.cs
-../System.XML/System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs