IXmlSerialiser Methods |
Name | Description | |
---|---|---|
![]() | Deserialise<T>(Stream) |
Deserialises the object from a stream.
|
![]() | Deserialise<T>(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.
|