LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Serialize Method (AnnObject)

Show in webframe
Serialize options
The parent node into which the object's data will be saved.
The xml document that will contain the object's data.
Serializes the object to an xml document.
Syntax
 function Leadtools.Annotations.Core.AnnObject.serialize( 
   options ,
   parentNode ,
   document 
)

Parameters

ParameterTypeDescription
optionsAnnSerializeOptionsSerialize options
parentNodeXmlNodeThe parent node into which the object's data will be saved.
documentXmlDocumentThe xml document that will contain the object's data.
Remarks

Serialize is called by the framework when the state of this object is to be saved. The object must then use the XML document and parent node to add all of the properties that needed to be serialized.

Deserialize is called by the framework when the state of this object is to be loaded. The object must then use the XML document and node to read all the properties previously saved.

See Also

Reference

AnnObject Object
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.