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()
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 | 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 © 2021 Hazelcast, Inc.. All rights reserved.