| Package | Description | 
|---|---|
| com.hazelcast.internal.serialization | Contains the private serialization API + implementation. | 
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.internal.serialization.impl.bufferpool | Contains the logic for the BufferPool. | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferObjectDataInput | InputOutputFactory. createInput(byte[] buffer,
           InternalSerializationService service) | 
| BufferObjectDataInput | InputOutputFactory. createInput(Data data,
           InternalSerializationService service) | 
| BufferObjectDataInput | InternalSerializationService. createObjectDataInput(byte[] data) | 
| BufferObjectDataInput | InternalSerializationService. createObjectDataInput(Data data) | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferObjectDataInput | AbstractSerializationService. createObjectDataInput(byte[] data) | 
| BufferObjectDataInput | AbstractSerializationService. createObjectDataInput(Data data) | 
| Constructor and Description | 
|---|
| MorphingPortableReader(com.hazelcast.internal.serialization.impl.PortableSerializer serializer,
                      BufferObjectDataInput in,
                      ClassDefinition cd) | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferObjectDataInput | BufferPool. takeInputBuffer(Data data)Takes an BufferObjectDataInput from the pool and initializes it with the given data. | 
| BufferObjectDataInput | BufferPoolImpl. takeInputBuffer(Data data) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BufferPool. returnInputBuffer(BufferObjectDataInput in)Returns a BufferObjectDataInput back to the pool. | 
| void | BufferPoolImpl. returnInputBuffer(BufferObjectDataInput in) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.