Serialises an object to a stream using any relevant options provided
Namespace: NetworkCommsDotNet.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- ouputStream
- Type: System.IO Stream
The stream to serialise to
- objectToSerialise
- Type: System Object
The object to serialise
- options
- Type: System.Collections.Generic Dictionary String, String
Options dictionary for serialisation/data processing
See Also