The
methods
of System.Xml.Serialization.XmlSerializerFactory are listed below. For a list of all members, see the XmlSerializerFactory Members list.
See Also: Inherited members from System.Object
Public Methods
| CreateSerializer(Type) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializerFactory class that is used to serialize the specified type.
|
| CreateSerializer(XmlTypeMapping) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializerFactory class using an object that maps one type to another.
|
| CreateSerializer(Type, string) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializerFactory class that is used to serialize the specified type and namespace.
|
| CreateSerializer(Type, Type[]) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializerFactory class that is used to serialize the specified type. If a property or field returns an array, the extraTypes parameter specifies objects that can be inserted into the array.
|
| CreateSerializer(Type, XmlAttributeOverrides) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializer class that can serialize objects of the specified type into XML documents, and vice versa. Each object to be serialized can itself contain instances of classes, which this overload can override with other classes.
|
| CreateSerializer(Type, XmlRootAttribute) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializer class that can serialize objects of the specified type into XML documents, and vice versa. Specifies the object that represents the XML root element.
|
| CreateSerializer(Type, XmlAttributeOverrides, Type[], XmlRootAttribute, string) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializer class that can serialize objects of the specified type into XML document instances, and vice versa. Each object to be serialized can itself contain instances of classes, which this overload can override with other classes. This overload also specifies the default namespace for all the XML elements, and the class to use as the XML root element.
|
| CreateSerializer(Type, XmlAttributeOverrides, Type[], XmlRootAttribute, string, string, System.Security.Policy.Evidence) : XmlSerializer
Returns a derivation of the System.Xml.Serialization.XmlSerializer class that can serialize objects of the specified type into XML document instances, and vice versa. Each object to be serialized can itself contain instances of classes, which this overload can override with other classes. This overload also specifies the default namespace for all the XML elements, and the class to use as the XML root element.
|