IXmlSerialiserDeserialiseT Method (Stream) |
Deserialises the object from a stream.
Namespace: VirtualRadar.InterfaceAssembly: 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()
Function Deserialise(Of T As {Class, New}) (
stream As Stream
) As T
generic<typename T>
where T : ref class, gcnew()
T Deserialise(
Stream^ stream
)
abstract Deserialise :
stream : Stream -> 'T when 'T : not struct, new()
Parameters
- stream
- Type: System.IOStream
Type Parameters
- T
Return Value
Type:
TSee Also