Click or drag to resize
IXmlSerialiserSerialise Method (Object, TextWriter)
Serialises the object to a text writer.

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

Parameters

obj
Type: SystemObject
textWriter
Type: System.IOTextWriter
See Also