Overload List
| Name | Description | |
|---|---|---|
| Serialize |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(Object) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(String) |
Serializes the Object and writes the XML to a File.
| |
| Serialize(Encoding) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(XmlWriterSettings) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(Object, XmlWriterSettings) |
Serializes the Object and writes the XML document to a String.
| |
| Serialize(String, Encoding) |
Serializes the Object and writes the XML to a File.
|
See Also