DataSerializerDeserialiseDataObjectInt Method |
Namespace:
NetworkCommsDotNet.DPSBase
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxprotected 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