Click or drag to resize
IXmlSerialiserDeserialiseT Method (Stream)
Deserialises the object from a stream.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T Deserialise<T>(
	Stream stream
)
where T : class, new()

Parameters

stream
Type: System.IOStream

Type Parameters

T

Return Value

Type: T
See Also