[]
Serializes an object using the ISerializeSettings interface.
public static bool SerializeSettings(object o, string elementName, XmlTextWriter w)
Public Shared Function SerializeSettings(o As Object, elementName As String, w As XmlTextWriter) As Boolean
| Type | Name | Description |
|---|---|---|
| object | o | Object to serialize |
| string | elementName | Name of XML element |
| XmlTextWriter | w | XmlTextWriter object to which to save the object |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise |