Package io.servicetalk.serializer.utils
@ElementsAreNonnullByDefault
package io.servicetalk.serializer.utils
Serializer utilities.
-
ClassesClassDescriptionSerialize/deserialize
byte[].AStreamingSerializerDeserializerthat uses aSerializerDeserializerand frames each object by preceding it with the length in bytes.Utility which helps implementations ofStreamingDeserializerleverage aDeserializerand apply a framing to define the boundaries of each object.AStreamingSerializerDeserializerthat uses aSerializerDeserializerand frames each object by preceding it with the length in bytes.