Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Serialize Method / Serialize(XmlTextWriter) Method
XmlTextWriter to which to write (save) the object


In This Topic
    Serialize(XmlTextWriter) Method
    In This Topic
    Saves the object to XML.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function Serialize( _
       ByVal w As XmlTextWriter _
    ) As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim w As XmlTextWriter
    Dim value As Boolean
     
    value = instance.Serialize(w)
    public override bool Serialize( 
       XmlTextWriter w
    )

    Parameters

    w
    XmlTextWriter to which to write (save) the object

    Return Value

    true if successful; false otherwise
    See Also