Deserialize Method (original) (raw)

Summary

Loads this object with data from the specified XML.

Syntax

C#

Objective-C

C++/CLI

Java

Python

- (void)deserializeOptions:(LTAnnDeserializeOptions *)options fromNode:(DDXMLElement *)element document:(nullable DDXMLDocument *)document NS_SWIFT_NAME(deserialize(options:from:document:)); 

Parameters

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.

Leadtools.Annotations.Engine Assembly