ExplicitSerializer 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 outputStream,
	Object objectToSerialise,
	Dictionary<string, string> options
)

Parameters

outputStream
Type: OnlineSystem.IO Stream

[Missing <param name="outputStream"/> documentation for "M:NetworkCommsDotNet.DPSBase.ExplicitSerializer.SerialiseDataObjectInt(System.IO.Stream,System.Object,System.Collections.Generic.Dictionary{System.String,System.String})"]

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