public interface EnterpriseObjectDataInput
extends com.hazelcast.nio.ObjectDataInput
ObjectDataInput implementations on enterprise.ObjectDataInput| Modifier and Type | Method and Description |
|---|---|
EnterpriseSerializationService |
getSerializationService()
Gets the underlying
EnterpriseSerializationService. |
com.hazelcast.nio.serialization.Data |
readData(com.hazelcast.nio.serialization.DataType type)
Reads
Data
as given DataType. |
com.hazelcast.nio.serialization.Data |
tryReadData(com.hazelcast.nio.serialization.DataType type)
Tries to read
Data
as given DataType. |
getByteOrder, getClassLoader, readBooleanArray, readByteArray, readCharArray, readData, readDataAsObject, readDoubleArray, readFloatArray, readIntArray, readLongArray, readObject, readObject, readShortArray, readUTFArrayreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytescom.hazelcast.nio.serialization.Data readData(com.hazelcast.nio.serialization.DataType type)
throws IOException
Data
as given DataType.type - the type of the Data to be readDataIOExceptioncom.hazelcast.nio.serialization.Data tryReadData(com.hazelcast.nio.serialization.DataType type)
throws IOException
Data
as given DataType.
If it fails for some reason (such as OOME for native memory data)
reads the data to heap.type - the type of the Data to be readDataIOExceptionEnterpriseSerializationService getSerializationService()
EnterpriseSerializationService.getSerializationService in interface com.hazelcast.nio.ObjectDataInputEnterpriseSerializationService.Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.