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