[]
Saves the object to XML.
public bool Serialize(XmlTextWriter w)
Public Function Serialize(w As XmlTextWriter) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object used to save the object |
Type | Description |
---|---|
bool | true if successful; false otherwise |
Saves the object to XML and specifies whether to save the data source and bound data.
public bool Serialize(XmlTextWriter w, bool saveDataSource)
Public Function Serialize(w As XmlTextWriter, saveDataSource As Boolean) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object to which to save the object |
bool | saveDataSource | Whether to save the data source and bound data |
Type | Description |
---|---|
bool | true if successful; false otherwise |