@ElementsAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| ByteArraySerializer |
Serialize/deserialize
byte[]. |
| FixedLengthStreamingSerializer<T> |
A
StreamingSerializerDeserializer that uses a SerializerDeserializer and frames each object by
preceding it with the length in bytes. |
| FramedDeserializerOperator<T> |
Utility which helps implementations of
StreamingDeserializer leverage a Deserializer and apply a
framing to define the boundaries of each object. |
| StringSerializer |
Serialize/deserialize
Strings encoded with a Charset. |
| VarIntLengthStreamingSerializer<T> |
A
StreamingSerializerDeserializer that uses a SerializerDeserializer and frames each object by
preceding it with the length in bytes. |