| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.nio.serialization | Contains interfaces/classes related to serialization;
 such as serializer interfaces, input/output streams. | 
| Modifier and Type | Method and Description | 
|---|---|
| Serializer | SerializerConfig. getImplementation()Returns the implementation of the serializer class. | 
| Serializer | GlobalSerializerConfig. getImplementation() | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializerConfig | SerializerConfig. setImplementation(Serializer implementation)Sets the serializer implementation instance. | 
| GlobalSerializerConfig | GlobalSerializerConfig. setImplementation(Serializer implementation) | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializerConfig | SerializerConfig. setClass(Class<? extends Serializer> clazz)Sets the class of the serializer implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractSerializationService. register(Class type,
        Serializer serializer) | 
| protected void | AbstractSerializationService. registerConstant(Class type,
                Serializer serializer) | 
| void | AbstractSerializationService. registerGlobal(Serializer serializer) | 
| void | AbstractSerializationService. registerGlobal(Serializer serializer,
              boolean overrideJavaSerialization) | 
| protected boolean | AbstractSerializationService. safeRegister(Class type,
            Serializer serializer) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ByteArraySerializer<T>For sample usage custom serialization and other way of custom serialization
 see  StreamSerializer. | 
| interface  | StreamSerializer<T>A base class for custom serialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| Serializer | SerializerHook. createSerializer()Creates a new serializer for the serialization type | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.