[]
Interface that supports serialization to XML of objects from the models.
public interface ISerializeSupport
Public Interface ISerializeSupport
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
Serialize(XmlTextWriter) | Saves the object to XML. |