Click or drag to resize
JsonSerialiserWriteObject Method
Serialises the object to the stream.

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

Parameters

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