[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ISerializeData.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves the data to XML.

Declaration
bool Serialize(XmlTextWriter w)
Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object used to save the data

Returns
Type Description
bool

true if successful; otherwise, false

Serialize(XmlTextWriter, bool)

Saves the data to XML and optionally the data source and bound data.

Declaration
bool Serialize(XmlTextWriter w, bool saveDataSource)
Function Serialize(w As XmlTextWriter, saveDataSource As Boolean) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object used to save the data

bool saveDataSource

Whether to save the data source and bound data

Returns
Type Description
bool

true if successful; otherwise, false