Click or drag to resize

IPortableReaderGetRawDataInput Method

IPortableWriter.GetRawDataOutput() .

Note that portable fields can not read after GetRawDataInput() is called. In case this happens, IOException will be thrown.

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

Return Value

Type: IObjectDataInput
rawDataInput
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
See Also