Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.jet.protobuf |
Protocol Buffers v3 support for Hazelcast Jet.
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
|
Modifier and Type | Method and Description |
---|---|
Serializer |
GlobalSerializerConfig.getImplementation() |
Serializer |
SerializerConfig.getImplementation()
Returns the implementation of the serializer class.
|
Modifier and Type | Method and Description |
---|---|
GlobalSerializerConfig |
GlobalSerializerConfig.setImplementation(Serializer implementation) |
SerializerConfig |
SerializerConfig.setImplementation(Serializer implementation)
Sets the serializer implementation instance.
|
Modifier and Type | Method and Description |
---|---|
SerializerConfig |
SerializerConfig.setClass(Class<? extends Serializer> clazz)
Sets the class of the serializer implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtobufSerializer<T extends com.google.protobuf.GeneratedMessageV3>
Adapts a generated
Google Protocol Buffers v3 serializer class to the Hazelcast
StreamSerializer interface. |
Modifier and Type | Method and Description |
---|---|
Serializer |
ProtobufSerializerHook.createSerializer() |
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 © 2023 Hazelcast, Inc.. All rights reserved.