XmlSerializer Constructor (Type, String)
[ 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. Specifies the default namespace for all the XML elements.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- type
- Type: System.Type
The type of the object that this XmlSerializer can serialize.
- defaultNamespace
- Type: System.String
The default namespace to use for all the XML elements.
Show: