Uses of Interface
com.hazelcast.nio.serialization.StreamSerializer
Package
Description
Jet's configuration data objects.
Protocol Buffers v3 support for Hazelcast Jet.
-
Uses of StreamSerializer in com.hazelcast.jet.config
Modifier and TypeMethodDescription<T,
S extends StreamSerializer<T>>
JobConfigJobConfig.registerSerializer
(Class<T> clazz, Class<S> serializerClass) Registers the given serializer for the given class for the scope of the job. -
Uses of StreamSerializer 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.