Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / Serialize Method / Serialize(Object,XmlTextWriter) Method
Object
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 Shadows Sub Serialize( _
   ByVal obj As Object, _
   ByVal w As XmlTextWriter _
) 
 
'Usage
 
Dim obj As Object
Dim w As XmlTextWriter
 
MultiSideShape.Serialize(obj, w)

Parameters

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