public interface InternalSerializationService extends SerializationService, Disposable
| 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 | disposeData(Data data) | 
| ByteOrder | getByteOrder() | 
| ClassLoader | getClassLoader() | 
| PortableContext | getPortableContext() | 
| byte | getVersion() | 
| <T> T | readObject(ObjectDataInput in) | 
| byte[] | toBytes(Object obj) | 
| byte[] | toBytes(Object obj,
       PartitioningStrategy strategy) | 
| void | writeObject(ObjectDataOutput out,
           Object obj) | 
getManagedContext, toData, toData, toObjectdisposestatic final byte VERSION_1
byte[] toBytes(Object obj)
byte[] toBytes(Object obj, PartitioningStrategy strategy)
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
IOExceptionPortableContext getPortableContext()
ClassLoader getClassLoader()
ByteOrder getByteOrder()
byte getVersion()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.