XmlSerializer Constructor (Type, XmlAttributeOverrides)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the XmlSerializer class that can serialize objects of the specified type into XML documents and deserialize XML documents into objects of the specified type. Each object to be serialized can itself contain instances of classes, which this overload can override with other classes.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- type
- Type: System.Type
The type of the object to serialize.
- overrides
- Type: System.Xml.Serialization.XmlAttributeOverrides
An XmlAttributeOverrides.
Show: