Deserialize Method (original) (raw)

Summary

Loads this ending style with data from the specified XML.

Syntax

Parameters

element

The XML node that contains the style's data.

document

The XML document that contains the style's data.

Remarks

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

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

For more information, refer to Implement User-Defined Objects With LEADTOOLS Annotations.

Leadtools.Annotations.Engine Assembly