NullSerializer DeserialiseDataObjectInt Method NetworkComms.Net Help
Deserialises the data in a stream to an object of the specified type using any relevant provided options

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

protected override Object DeserialiseDataObjectInt(
	Stream inputStream,
	Type resultType,
	Dictionary<string, string> options
)

Parameters

inputStream
Type: OnlineSystem.IO Stream
The stream containing the serialised object
resultType
Type: OnlineSystem Type
The return object Type
options
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Options dictionary for serialisation/data processing

Return Value

Type: OnlineObject
The deserialised object
See Also