| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Serializer |
SerializerConfig.getImplementation() |
Serializer |
GlobalSerializerConfig.getImplementation() |
| Modifier and Type | Method and Description |
|---|---|
SerializerConfig |
SerializerConfig.setImplementation(Serializer implementation)
Sets the serializer implementation instance.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerConfig |
SerializerConfig.setClass(Class<? extends Serializer> clazz) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArraySerializer<T>
For sample usage custom serialization and other way of custom serialization
see
StreamSerializerAdapter. |
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializationServiceImpl.register(Class type,
Serializer serializer) |
void |
SerializationService.register(Class type,
Serializer serializer) |
void |
SerializationServiceImpl.registerGlobal(Serializer serializer) |
void |
SerializationService.registerGlobal(Serializer serializer) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.