←Select platform

Deserialize Method

Summary

Loads this ending style with data from the specified XML.

Syntax
C#
VB
C++
public override void Deserialize( 
   AnnDeserializeOptions options, 
   XmlNode element, 
   XmlDocument document 
) 
Public Overrides Sub Deserialize( 
   ByVal options As AnnDeserializeOptions, 
   ByVal element As XmlNode, 
   ByVal document As XmlDocument 
) 
public:  
   virtual void Deserialize( 
      AnnDeserializeOptions^ options, 
      XmlNode^ element, 
      XmlDocument^ document 
   ) override 

Parameters

options

The AnnDeserializeOptions containing the deserialize options.

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 Implementing User-Defined Objects With LEADTOOLS Annotations.

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