Click or drag to resize
XmlSerializer Constructor (Type)
Initializes a new instance of the System.Xml.Serialization.XmlSerializer class that can serialize objects of the specified type into XML documents, and deserialize XML documents into objects of the specified type.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public XmlSerializer(
	Type type
)

Parameters

type
Type: SystemType
The type of the object that this System.Xml.Serialization.XmlSerializer can serialize.
See Also