Spread WinForms 15
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)

Parameters

w
XmlTextWriter to which to write (save) the object

Return Value

true if successful; false otherwise
See Also