Leadtools.Annotations.Core Namespace > AnnObject Class : Deserialize Method |
public virtual void Deserialize( AnnDeserializeOptions options, XmlNode element, XmlDocument document )
Public Overridable Sub Deserialize( _ ByVal options As AnnDeserializeOptions, _ ByVal element As XmlNode, _ ByVal document As XmlDocument _ )
public virtual void Deserialize( 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 )
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.