<PackageReference Include="System.Xml.XmlSerializer" Version="4.0.10-beta-22816" />
API Differences between 4.0.10-beta-22816 and 4.3.0
83 Additions
12 Removals
System.Xml.Serialization
System.Xml.Serialization.LegacyNetCF
-
public class SoapAttributeAttribute : Attribute
-
public class SoapAttributeOverrides
-
public class SoapAttributes
-
public class SoapElementAttribute : Attribute
-
public class SoapEnumAttribute : Attribute
-
public class SoapTypeAttribute : Attribute
-
public abstract class XmlMapping
-
public enum XmlMappingAccess
-
public class XmlReflectionImporter
-
public class XmlSerializer
- protected XmlSerializer()
- public XmlSerializer(Type type)
- public XmlSerializer(Type type, string defaultNamespace)
- public XmlSerializer(Type type, XmlAttributeOverrides overrides)
- public XmlSerializer(Type type, XmlRootAttribute root)
- public XmlSerializer(Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, string defaultNamespace)
- public XmlSerializer(XmlTypeMapping xmlMapping)
- public XmlSerializer(Type type, Type[] extraTypes)
- public static XmlSerializer[] FromMappings(XmlMapping[] mappings)
- public static XmlSerializer[] FromMappings(XmlMapping[] mappings, Type type)
- public static XmlSerializer[] FromTypes(Type[] types)
- public virtual bool CanDeserialize(XmlReader reader)
- public object Deserialize(XmlReader xmlReader)
- public object Deserialize(XmlReader xmlReader, string encodingStyle)
- public void Serialize(XmlWriter xmlWriter, object o)
- public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces)
- public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle)
- public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle, string id)
-
public class XmlTypeMapping : XmlMapping