[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DefaultFilterItem.Serialize

Serialize Method

Serialize(XmlTextWriter)

Internal use only. Internal implementation of ISerializeSupport interface method. Saves the object to XML.

Declaration
public override bool Serialize(XmlTextWriter w)
Public Overrides Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter to which to write (save) the object

Returns
Type Description
bool

true if successful; otherwise, false

Overrides