Uses of Interface
com.hazelcast.nio.serialization.Serializer
Package
Description
Provides classes for configuring HazelcastInstance.
Protocol Buffers v3 support for Hazelcast Jet.
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
-
Uses of Serializer in com.hazelcast.config
Modifier and TypeMethodDescriptionGlobalSerializerConfig.getImplementation()
SerializerConfig.getImplementation()
Returns the implementation of the serializer class.Modifier and TypeMethodDescriptionGlobalSerializerConfig.setImplementation
(Serializer implementation) SerializerConfig.setImplementation
(Serializer implementation) Sets the serializer implementation instance.Modifier and TypeMethodDescriptionSerializerConfig.setClass
(Class<? extends Serializer> clazz) Sets the class of the serializer implementation. -
Uses of Serializer in com.hazelcast.jet.protobuf
Modifier and TypeClassDescriptionclass
ProtobufSerializer<T extends com.google.protobuf.GeneratedMessageV3>
Adapts a generated Google Protocol Buffers v3 serializer class to the HazelcastStreamSerializer
interface. -
Uses of Serializer in com.hazelcast.nio.serialization
Modifier and TypeInterfaceDescriptioninterface
For sample usage custom serialization and other way of custom serialization seeStreamSerializer
.interface
A base class for custom serialization.Modifier and TypeMethodDescriptiondefault Serializer
SerializerHook.createSerializer()
Creates a new serializer for the serialization typedefault Serializer
SerializerHook.createSerializer
(com.hazelcast.internal.serialization.SerializationService serializationService) Creates a new serializer for the serialization type