BinaryFormaterSerializer SerialiseDataObjectInt Method NetworkComms.Net Help
Serialises an object to a stream using any relevant options provided

Namespace: NetworkCommsDotNet.DPSBase
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

protected override void SerialiseDataObjectInt(
	Stream ouputStream,
	Object objectToSerialise,
	Dictionary<string, string> options
)

Parameters

ouputStream
Type: OnlineSystem.IO Stream
The stream to serialise to
objectToSerialise
Type: OnlineSystem Object
The object to serialise
options
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Options dictionary for serialisation/data processing
See Also