(Leadtools.Annotations.Core)

Serialize Method (AnnProtractorObject)

Show in webframe





Serialize options
The parent node into which the object's data will be saved.
The XML document that will contain the object's data.
Serializes the object to an XML document.
Syntax
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 override void Serialize( 
   AnnSerializeOptions options,
   XmlNode parentNode,
   XmlDocument document
)

            
@Override public void serialize(
   AnnSerializeOptions options,
   Node parentNode,
   Document document
)
            
 function Leadtools.Annotations.Core.AnnProtractorObject.Serialize( 
   options ,
   parentNode ,
   document 
)

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.
Remarks

Note:The Serialize and Deserialize methods have different signatures for WinRT and WinRTPhone. Refer to the following for the correct signatures:

WinRT

              public override void Serialize(AnnSerializeOptions options, IXmlNode parentNode, XmlDocument document)
              public override void Deserialize(AnnDeserializeOptions options, XmlNode element, XmlDocument document)
              

WinRTPhone

              public override void Serialize(AnnSerializeOptions options, XNode parentNode, XDocument document)
              public override void Deserialize(AnnDeserializeOptions options, XNode element, XDocument document)
              
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.