Click or drag to resize
IXmlSerialiserSerialise Method (Object, Stream)
Serialises the object to a stream.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Serialise(
	Object obj,
	Stream stream
)

Parameters

obj
Type: SystemObject
stream
Type: System.IOStream
See Also