Click or drag to resize
XmlSerializer Constructor
Overload List
  NameDescription
Protected methodXmlSerializer
Initializes a new instance of the System.Xml.Serialization.XmlSerializer class.
Public methodXmlSerializer(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.
Top
See Also