LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Deserialize Method (AnnObject)

Show in webframe
The AnnDeserializeOptions deserialize options
The xml node that contains the object's data.
The xml document that contains the object's data.
Loads this object with data from the specified xml.
Syntax
 function Leadtools.Annotations.Core.AnnObject.deserialize( 
   options ,
   element ,
   document 
)

Parameters

ParameterTypeDescription
optionsAnnDeserializeOptionsThe AnnDeserializeOptions deserialize options
elementXmlNodeThe xml node that contains the object's data.
documentXmlDocumentThe xml document that contains 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.