XmlSerializer Constructor (Type, XmlAttributeOverrides, Type[], XmlRootAttribute, String, String)
Initializes a new instance of the XmlSerializer class that can serialize objects of type Object into XML document instances, and deserialize XML document instances into objects of type Object. Each object to be serialized can itself contain instances of classes, which this overload overrides with other classes. This overload also specifies the default namespace for all the XML elements and the class to use as the XML root element.
Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
public XmlSerializer( Type type, XmlAttributeOverrides overrides, Type[] extraTypes, XmlRootAttribute root, string defaultNamespace, string location )
Parameters
- type
- Type: System.Type
The type of the object that this XmlSerializer can serialize.
- overrides
- Type: System.Xml.Serialization.XmlAttributeOverrides
An XmlAttributeOverrides that extends or overrides the behavior of the class specified in the type parameter.
- extraTypes
- Type: System.Type[]
A Type array of additional object types to serialize.
- root
- Type: System.Xml.Serialization.XmlRootAttribute
An XmlRootAttribute that defines the XML root element properties.
- defaultNamespace
- Type: System.String
The default namespace of all XML elements in the XML document.
- location
- Type: System.String
The location of the types.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.