←Select platform

Serialize Method

Summary
Serializes the object to an XML document.
Syntax
C#
VB
C++
Java
public override void Serialize( 
   AnnSerializeOptions options, 
   XmlNode parentNode, 
   XmlDocument document 
) 
Public Overrides Sub Serialize( _ 
   ByVal options As AnnSerializeOptions, _ 
   ByVal parentNode As XmlNode, _ 
   ByVal document As XmlDocument _ 
)  
public void serialize( 
   AnnSerializeOptions options, 
   Node parentNode, 
   Document document 
) 
public:  
   virtual void Serialize( 
      AnnSerializeOptions^ options, 
      XmlNode^ parentNode, 
      XmlDocument^ document 
   ) override 

Parameters

options
Serialize options

parentNode
The parent node into which the object's data will be saved.

document
The XML document that will contain 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.