This documentation is archived and is not being maintained.
XmlSerializerFactory Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates typed versions of the XmlSerializer for more efficient serialization.
Assembly: System.Xml (in System.Xml.dll)
The XmlSerializerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XmlSerializerFactory | Initializes a new instance of the XmlSerializerFactory class. |
| 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, array<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, array<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, array<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, array<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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
