Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ISerializeSupport3 Interface / Serialize3 Method
XmlTextWriter object used to save the object


In This Topic
Serialize3 Method
In This Topic
Save the object to XML.
Syntax
'Declaration
 
Function Serialize3( _
   ByVal w As XmlTextWriter _
) As Boolean
 
'Usage
 
Dim instance As ISerializeSupport3
Dim w As XmlTextWriter
Dim value As Boolean
 
value = instance.Serialize3(w)

Parameters

w
XmlTextWriter object used to save the object

Return Value

true if successful; false otherwise
See Also