Package io.servicetalk.serializer.utils
@ElementsAreNonnullByDefault
package io.servicetalk.serializer.utils
Serializer utilities.
-
ClassesClassDescriptionSerialize/deserialize
byte[]
.AStreamingSerializerDeserializer
that uses aSerializerDeserializer
and frames each object by preceding it with the length in bytes.Utility which helps implementations ofStreamingDeserializer
leverage aDeserializer
and apply a framing to define the boundaries of each object.AStreamingSerializerDeserializer
that uses aSerializerDeserializer
and frames each object by preceding it with the length in bytes.