XmlSerializerFactory Methods
.NET Framework 4
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The XmlSerializerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateSerializer(Type) | Returns a derivation of the XmlSerializerFactory class that is used to serialize the specified type. |
|
CreateSerializer(XmlTypeMapping) | Returns a derivation of the XmlSerializerFactory class using an object that maps one type to another. |
|
CreateSerializer(Type, String) | Returns a derivation of the XmlSerializerFactory class that is used to serialize the specified type and namespace. |
|
CreateSerializer(Type, Type[]) | Returns a derivation of the 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) | Returns a derivation of the 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) | Returns a derivation of the 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) | Returns a derivation of the 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) | Returns a derivation of the 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, Evidence) | Obsolete. Returns a derivation of the 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. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |