[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.Serialize

Serialize Method

Serialize(object, XmlTextWriter)

Saves the object to XML.

Declaration
public static void Serialize(object obj, XmlTextWriter w)
Public Shared Sub Serialize(obj As Object, w As XmlTextWriter)
Parameters
Type Name Description
object obj

Object to save

XmlTextWriter w

XmlTextWriter to which to write (save) the object

Serialize(XmlTextWriter)

Saves the object to XML.

Declaration
public override bool Serialize(XmlTextWriter w)
Public Overrides Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter to which to write (save) the object

Returns
Type Description
bool

true if successful; false otherwise

Overrides