IXmlSerialiserDeserialiseT Method (TextReader) |
Deserialises the object from a text writer.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax T Deserialise<T>(
TextReader textReader
)
where T : class, new()
Function Deserialise(Of T As {Class, New}) (
textReader As TextReader
) As T
generic<typename T>
where T : ref class, gcnew()
T Deserialise(
TextReader^ textReader
)
abstract Deserialise :
textReader : TextReader -> 'T when 'T : not struct, new()
Parameters
- textReader
- Type: System.IOTextReader
Type Parameters
- T
Return Value
Type:
TSee Also