Click or drag to resize

IStreamSerializerTRead Method

Reads object from objectDataInputStream

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
T Read(
	IObjectDataInput input
)

Parameters

input
Type: Hazelcast.IOIObjectDataInput
ObjectDataInput stream that object will read from

Return Value

Type: T
read object
Exceptions
ExceptionCondition
IOExceptionin case of failure to read
See Also