This documentation is archived and is not being maintained.
XmlSerializer::Serialize Method
Visual Studio 2010
Serializes an object into an XML document.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Serialize(Object, XmlSerializationWriter) | Infrastructure. Serializes the specified Object and writes the XML document to a file using the specified XmlSerializationWriter. |
|
Serialize(Stream, Object) | Serializes the specified Object and writes the XML document to a file using the specified Stream. |
|
Serialize(TextWriter, Object) | Serializes the specified Object and writes the XML document to a file using the specified TextWriter. |
|
Serialize(XmlWriter, Object) | Serializes the specified Object and writes the XML document to a file using the specified XmlWriter. |
|
Serialize(Stream, Object, XmlSerializerNamespaces) | Serializes the specified Object and writes the XML document to a file using the specified Streamthat references the specified namespaces. |
|
Serialize(TextWriter, Object, XmlSerializerNamespaces) | Serializes the specified Object and writes the XML document to a file using the specified TextWriter and references the specified namespaces. |
|
Serialize(XmlWriter, Object, XmlSerializerNamespaces) | Serializes the specified Object and writes the XML document to a file using the specified XmlWriter and references the specified namespaces. |
|
Serialize(XmlWriter, Object, XmlSerializerNamespaces, String) | Serializes the specified object and writes the XML document to a file using the specified XmlWriter and references the specified namespaces and encoding style. |
|
Serialize(XmlWriter, Object, XmlSerializerNamespaces, String, String) | Serializes the specified Object and writes the XML document to a file using the specified XmlWriter, XML namespaces, and encoding. |
Show: