[]
        
(Showing Draft Content)

FarPoint.Win.ISerializeData

ISerializeData Interface

Interface that supports serialization to XML of data from the models.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public interface ISerializeData
Public Interface ISerializeData

Methods

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.