public final class EnterpriseSerializationUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static NativeMemoryData |
allocateNativeData(EnterpriseObjectDataInput in,
com.hazelcast.internal.memory.MemoryAllocator malloc,
int memSize,
int size,
boolean skipBytesOnOome) |
static com.hazelcast.nio.serialization.Data |
readDataInternal(EnterpriseObjectDataInput in,
com.hazelcast.nio.serialization.DataType type,
com.hazelcast.internal.memory.MemoryAllocator malloc,
boolean readToHeapOnOOME) |
static com.hazelcast.nio.serialization.Data |
readNativeData(EnterpriseObjectDataInput in,
com.hazelcast.internal.memory.MemoryAllocator malloc,
int size,
boolean readToHeapOnOOME) |
public static com.hazelcast.nio.serialization.Data readDataInternal(EnterpriseObjectDataInput in, com.hazelcast.nio.serialization.DataType type, com.hazelcast.internal.memory.MemoryAllocator malloc, boolean readToHeapOnOOME) throws IOException
IOExceptionpublic static com.hazelcast.nio.serialization.Data readNativeData(EnterpriseObjectDataInput in, com.hazelcast.internal.memory.MemoryAllocator malloc, int size, boolean readToHeapOnOOME) throws IOException
IOExceptionpublic static NativeMemoryData allocateNativeData(EnterpriseObjectDataInput in, com.hazelcast.internal.memory.MemoryAllocator malloc, int memSize, int size, boolean skipBytesOnOome) throws IOException
IOExceptionCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.