Click or drag to resize

ExplicitSerializer.DeserialiseDataObjectInt Method

Namespace:  NetworkCommsDotNet.DPSBase
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected override Object DeserialiseDataObjectInt(
	Stream inputStream,
	Type resultType,
	Dictionary<string, string> options
)

Parameters

inputStream
Type: System.IO.Stream
resultType
Type: System.Type
options
Type: System.Collections.Generic.Dictionary<String, String>

Return Value

Type: Object
See Also