deserialize Method

Summary

Loads this object with data from the specified XML.

Syntax
TypeScript
JavaScript
AnnObject.prototype.deserialize = function( 
   options, 
   element, 
   document 
) 
deserialize( 
   options: AnnDeserializeOptions, 
   element: Node, 
   document: Document 
): void; 

Parameters

options

The AnnDeserializeOptions deserialize options

element

The XML node that contains the object's data.

document

The 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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly