←Select platform

Deserialize Method

Summary
Loads this object with data from the specified XML.
Syntax
C#
VB
C++
Java
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 _ 
)  
@Override public void deserialize( 
   AnnDeserializeOptions options, 
   Node element, 
   Document document 
) 
public:  
   virtual void Deserialize( 
      AnnDeserializeOptions^ options, 
      XmlNode^ element, 
      XmlDocument^ document 
   ) override 

Parameters

options
Deserialize options

element
The XML node that contains the object's data.

document
The XML document that contains the object's data.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.