[]
Saves the object to XML.
public static void Serialize(object obj, XmlTextWriter w)
Public Shared Sub Serialize(obj As Object, w As XmlTextWriter)
| Type | Name | Description |
|---|---|---|
| object | obj | Object to save to XML |
| XmlTextWriter | w | XmlTextWriter to which to write (save) the object |
Saves the object to XML.
public override bool Serialize(XmlTextWriter w)
Public Overrides Function Serialize(w As XmlTextWriter) As Boolean
| Type | Name | Description |
|---|---|---|
| XmlTextWriter | w | XmlTextWriter to which to write (save) the object |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise |