| IXmlSerialiser Interface |
Namespace: VirtualRadar.Interface
The IXmlSerialiser type exposes the following members.
| Name | Description | |
|---|---|---|
| XmlSerializerCompatible |
Gets or sets a value indicating that attempts to serialise objects that can't be deserialised
by System.Xml.XmlSerializer will throw an exception. Defaults to true.
|
| 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.
|