!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
options | AnnDeserializeOptions | The AnnDeserializeOptions deserialize options |
element | XmlNode | The xml node that contains the object's data. |
document | XmlDocument | The xml document that contains the object's data. |
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.