DataSerializerDeserialiseDataObjectT Method (Byte, ListDataProcessor, DictionaryString, String) |
Namespace:
NetworkCommsDotNet.DPSBase
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic T DeserialiseDataObject<T>(
byte[] receivedObjectBytes,
List<DataProcessor> dataProcessors,
Dictionary<string, string> options
)
Parameters
- receivedObjectBytes
- Type: SystemByte
- dataProcessors
- Type: System.Collections.GenericListDataProcessor
- options
- Type: System.Collections.GenericDictionaryString, String
Type Parameters
- T
Return Value
Type:
T
See Also