[]
Interface that supports serialization to XML of data from the models.
public interface ISerializeData
Public Interface ISerializeData
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the data from XML. |
| Serialize(XmlTextWriter) | Saves the data to XML. |
| Serialize(XmlTextWriter, bool) | Saves the data to XML and optionally the data source and bound data. |