public interface SerializationService
Modifier and Type | Field and Description |
---|---|
static byte |
VERSION_1 |
Modifier and Type | Method and Description |
---|---|
BufferObjectDataInput |
createObjectDataInput(byte[] data) |
BufferObjectDataInput |
createObjectDataInput(Data data) |
BufferObjectDataOutput |
createObjectDataOutput() |
BufferObjectDataOutput |
createObjectDataOutput(int size) |
PortableReader |
createPortableReader(Data data) |
void |
destroy() |
void |
disposeData(Data data) |
ByteOrder |
getByteOrder() |
ClassLoader |
getClassLoader() |
ManagedContext |
getManagedContext() |
PortableContext |
getPortableContext() |
byte |
getVersion() |
<T> T |
readObject(ObjectDataInput in) |
byte[] |
toBytes(Object obj) |
byte[] |
toBytes(Object obj,
PartitioningStrategy strategy) |
<B extends Data> |
toData(Object obj) |
<B extends Data> |
toData(Object obj,
PartitioningStrategy strategy) |
<T> T |
toObject(Object data) |
void |
writeObject(ObjectDataOutput out,
Object obj) |
static final byte VERSION_1
<B extends Data> B toData(Object obj, PartitioningStrategy strategy)
byte[] toBytes(Object obj)
byte[] toBytes(Object obj, PartitioningStrategy strategy)
<T> T toObject(Object data)
void writeObject(ObjectDataOutput out, Object obj)
<T> T readObject(ObjectDataInput in)
void disposeData(Data data)
BufferObjectDataInput createObjectDataInput(byte[] data)
BufferObjectDataInput createObjectDataInput(Data data)
BufferObjectDataOutput createObjectDataOutput(int size)
BufferObjectDataOutput createObjectDataOutput()
PortableReader createPortableReader(Data data) throws IOException
IOException
PortableContext getPortableContext()
ClassLoader getClassLoader()
ManagedContext getManagedContext()
ByteOrder getByteOrder()
byte getVersion()
void destroy()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.