Converts a memory stream containing bytes previously serialized and processed using data processors to an object of provided type
Namespace: NetworkCommsDotNet.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- receivedObjectStream
- Type: System.IO MemoryStream
Byte array containing serialized and compressed object
- dataProcessors
- Type: System.Collections.Generic List DataProcessor
Data processors to apply to serialised data. These will be run in reverse order i.e. high index to low
- options
- Type: System.Collections.Generic Dictionary String, String
Options dictionary for serialisation/data processing
Type Parameters
- T
- Type of object to deserialize to
Return Value
Type: TThe deserialized object
See Also