| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
| com.hazelcast.nio.serialization.serializers |
Contains interfaces/classes related to SerializerHook for ArrayList and LinkedList
|
| Modifier and Type | Method and Description |
|---|---|
GlobalSerializerConfig |
GlobalSerializerConfig.setImplementation(StreamSerializer implementation) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayListSerializerHook.ArrayListStreamSerializer
The
ArrayList serializer |
static class |
LinkedListSerializerHook.LinkedListStreamSerializer
The
LinkedList serializer |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.