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


In This Topic
    Serialize(Object,XmlTextWriter) Method
    In This Topic
    Saves the object to XML.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Serialize( _
       ByVal obj As Object, _
       ByVal w As XmlTextWriter _
    ) 
    'Usage
     
    
    Dim obj As Object
    Dim w As XmlTextWriter
     
    PSObject.Serialize(obj, w)
    public static void Serialize( 
       object obj,
       XmlTextWriter w
    )

    Parameters

    obj
    Object to save to XML
    w
    XmlTextWriter to which to write (save) the object
    See Also