XmlSerializer Constructor (Type, String)
Silverlight
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.
Namespace: System.Xml.Serialization
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.