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