Uses of Interface
com.hazelcast.nio.serialization.StreamSerializer
Package | Description |
---|---|
com.hazelcast.jet.protobuf |
Protocol Buffers v3 support for Hazelcast Jet.
|
-
Uses of StreamSerializer in com.hazelcast.jet.protobuf
Classes in com.hazelcast.jet.protobuf that implement StreamSerializer Modifier and Type Class Description class
ProtobufSerializer<T extends com.google.protobuf.GeneratedMessageV3>
Adapts a generated Google Protocol Buffers v3 serializer class to the HazelcastStreamSerializer
interface.