Public Member Functions | |
void | ReadDataXml (System.Xml.XmlReader reader) |
void | WriteDataXml (System.Xml.XmlWriter writer) |
Typically, Xml-file creators will use these additional pair of methods to serialize/deserialize a collection of relevant instances first. Then, all references to these full data will be serialized/deserialized as a reference to one of these instances.
The classes implementing this interface are responsible to provide the means that the deserialization needs to find the full data related to a reference from XML.
void wx.Build.IXmlRefData.ReadDataXml | ( | System.Xml.XmlReader | reader | ) |
Read full data from the serialization.
reader |
void wx.Build.IXmlRefData.WriteDataXml | ( | System.Xml.XmlWriter | writer | ) |
Write full data serialization to the provided writer.
writer | The destination of the serialization. |