Class FramedDeserializerOperator<T>

java.lang.Object
io.servicetalk.serializer.utils.FramedDeserializerOperator<T>
Type Parameters:
T - The type to serialize/deserialize.
All Implemented Interfaces:
PublisherOperator<Buffer,Iterable<T>>, Function<PublisherSource.Subscriber<? super Iterable<T>>,PublisherSource.Subscriber<? super Buffer>>

public final class FramedDeserializerOperator<T> extends Object implements PublisherOperator<Buffer,Iterable<T>>
Utility which helps implementations of StreamingDeserializer leverage a Deserializer and apply a framing to define the boundaries of each object.