|
| Name | Description |
|---|
.gif) .gif) .gif) | Serialize(Stream, Object) |
Serializes the specified Object and writes the XML document to a file using the specified Stream.
|
.gif) .gif) .gif) | Serialize(TextWriter, Object) |
Serializes the specified Object and writes the XML document to a file using the specified TextWriter.
|
.gif) | Serialize(Object, XmlSerializationWriter) | Infrastructure.
Serializes the specified Object and writes the XML document to a file using the specified XmlSerializationWriter.
|
.gif) .gif) .gif) | Serialize(XmlWriter, Object) |
Serializes the specified Object and writes the XML document to a file using the specified XmlWriter.
|
.gif) .gif) .gif) | Serialize(Stream, Object, XmlSerializerNamespaces) |
Serializes the specified Object and writes the XML document to a file using the specified Streamthat references the specified namespaces.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | 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.
|
.gif) | 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.
|