| IXmlSerialiser Methods |
| Name | Description | |
|---|---|---|
| DeserialiseT(Stream) |
Deserialises the object from a stream.
| |
| DeserialiseT(TextReader) |
Deserialises the object from a text writer.
| |
| Serialise(Object, Stream) |
Serialises the object to a stream.
| |
| Serialise(Object, TextWriter) |
Serialises the object to a text writer.
|