<PackageReference Include="System.Xml.XmlSerializer" Version="4.0.10-beta-22816" />

XmlSerializer

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)