Click or drag to resize

DataSerializerDeserialiseDataObjectInt Method

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

Parameters

inputStream
Type: System.IOStream
resultType
Type: SystemType
options
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: Object
See Also