Deserialises the data in a stream to an object of the specified type using any relevant provided options
Namespace: NetworkCommsDotNet.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- inputStream
- Type: System.IO Stream
The stream containing the serialised object
- resultType
- Type: System Type
The return object Type
- options
- Type: System.Collections.Generic Dictionary String, String
Options dictionary for serialisation/data processing
Return Value
Type: ObjectThe deserialised object
See Also