byte[].StreamingSerializerDeserializer that uses a SerializerDeserializer and frames each object by
preceding it with the length in bytes.StreamingDeserializer leverage a Deserializer and apply a
framing to define the boundaries of each object.Strings encoded with a Charset.StreamingSerializerDeserializer that uses a SerializerDeserializer and frames each object by
preceding it with the length in bytes.