Reads object from objectDataInputStream
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
Parameters
- input
- Type: Hazelcast.IOIObjectDataInput
ObjectDataInput stream that object will read from
Return Value
Type: Tread object
Exceptions
Exception | Condition |
---|---|
IOException | in case of failure to read |
See Also