←Select platform

Deserialize Method

Summary

Loads this object with data from the specified XML.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual void Deserialize( 
   AnnDeserializeOptions options, 
   XmlNode element, 
   XmlDocument document 
) 
Public Overridable Sub Deserialize( _ 
   ByVal options As Leadtools.Annotations.Core.AnnDeserializeOptions, _ 
   ByVal element As XmlNode, _ 
   ByVal document As XmlDocument _ 
)  
public virtual void Deserialize(  
   Leadtools.Annotations.Core.AnnDeserializeOptions options, 
   XmlNode element, 
   XmlDocument document 
) 
-(void)deserializeOptions:(LTAnnDeserializeOptions*) options 
                 fromNode:(DDXMLElement*) element 
                 document:(DDXMLDocument*) document; 
             
public void deserialize( 
AnnDeserializeOptions options, 
Node element, 
Document document 
) 
             
 function Leadtools.Annotations.Core.AnnObject.Deserialize(  
   options , 
   element , 
   document  
) 
public:  
   virtual void Deserialize( 
      AnnDeserializeOptions^ options, 
      XmlNode^ element, 
      XmlDocument^ document 
   ) 

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

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly