Click or drag to resize
IXmlSerialiserDeserialiseT Method (TextReader)
Deserialises the object from a text writer.

Namespace: VirtualRadar.Interface
Assembly: 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()

Parameters

textReader
Type: System.IOTextReader

Type Parameters

T

Return Value

Type: T
See Also