| Package | Description |
|---|---|
| com.hazelcast.internal.serialization.impl |
This package contains serialization implementation for enterprise.
|
| com.hazelcast.nio |
This package contains enterprise NIO extensions.
|
| Modifier and Type | Method and Description |
|---|---|
static NativeMemoryData |
EnterpriseSerializationUtil.allocateNativeData(EnterpriseObjectDataInput in,
com.hazelcast.internal.memory.MemoryAllocator malloc,
int memSize,
int size,
boolean skipBytesOnOome) |
static com.hazelcast.nio.serialization.Data |
EnterpriseSerializationUtil.readDataInternal(EnterpriseObjectDataInput in,
com.hazelcast.nio.serialization.DataType type,
com.hazelcast.internal.memory.MemoryAllocator malloc,
boolean readToHeapOnOOME) |
static com.hazelcast.nio.serialization.Data |
EnterpriseSerializationUtil.readNativeData(EnterpriseObjectDataInput in,
com.hazelcast.internal.memory.MemoryAllocator malloc,
int size,
boolean readToHeapOnOOME) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnterpriseBufferObjectDataInput
Contract point for
BufferObjectDataInput implementations on enterprise. |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.