public interface EnterpriseSerializationService
extends com.hazelcast.internal.serialization.InternalSerializationService
| Modifier and Type | Method and Description |
|---|---|
<B extends com.hazelcast.nio.serialization.Data> |
convertToNativeData(com.hazelcast.nio.serialization.Data data,
com.hazelcast.internal.memory.MemoryAllocator malloc) |
void |
disposeData(com.hazelcast.nio.serialization.Data data,
com.hazelcast.internal.memory.MemoryAllocator memoryAllocator) |
com.hazelcast.internal.memory.MemoryAllocator |
getCurrentMemoryAllocator() |
com.hazelcast.memory.HazelcastMemoryManager |
getMemoryManager() |
<B extends com.hazelcast.nio.serialization.Data> |
toNativeData(Object obj,
com.hazelcast.internal.memory.MemoryAllocator malloc) |
<T> T |
toObject(Object data,
com.hazelcast.internal.memory.MemoryAllocator memoryAllocator) |
convertData, createObjectDataInput, createObjectDataInput, createObjectDataOutput, createObjectDataOutput, createPortableReader, disposeData, getByteOrder, getClassLoader, getPortableContext, getVersion, readObject, readObject, toBytes, toBytes, toData, toData, writeObject<B extends com.hazelcast.nio.serialization.Data> B toNativeData(Object obj, com.hazelcast.internal.memory.MemoryAllocator malloc)
<B extends com.hazelcast.nio.serialization.Data> B convertToNativeData(com.hazelcast.nio.serialization.Data data,
com.hazelcast.internal.memory.MemoryAllocator malloc)
void disposeData(com.hazelcast.nio.serialization.Data data,
com.hazelcast.internal.memory.MemoryAllocator memoryAllocator)
<T> T toObject(Object data, com.hazelcast.internal.memory.MemoryAllocator memoryAllocator)
com.hazelcast.internal.memory.MemoryAllocator getCurrentMemoryAllocator()
com.hazelcast.memory.HazelcastMemoryManager getMemoryManager()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.