Converts a memory stream containing bytes previously serialized to an object of provided type. Assumes no data processors.
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
Type Parameters
- T
- Type of object to deserialize to
Return Value
Type: TThe deserialized object
See Also