Uses of Interface
com.hazelcast.nio.serialization.StreamSerializer
Packages that use StreamSerializer
Package
Description
Jet's configuration data objects.
Protocol Buffers v3 support for Hazelcast Jet.
- 
Uses of StreamSerializer in com.hazelcast.jet.configMethods in com.hazelcast.jet.config with type parameters of type StreamSerializerModifier 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.protobufClasses in com.hazelcast.jet.protobuf that implement StreamSerializerModifier and TypeClassDescriptionclassProtobufSerializer<T extends com.google.protobuf.GeneratedMessageV3>Adapts a generated Google Protocol Buffers v3 serializer class to the HazelcastStreamSerializerinterface.