JsonSerialiserWriteObject Method |
Serialises the object to the stream.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void WriteObject(
Stream stream,
Object obj
)
Public Sub WriteObject (
stream As Stream,
obj As Object
)
public:
void WriteObject(
Stream^ stream,
Object^ obj
)
member WriteObject :
stream : Stream *
obj : Object -> unit
Parameters
- stream
- Type: System.IOStream
- obj
- Type: SystemObject
See Also