E - the target type
R - the pipeline result type
public class JSONDeserializerCoPipeline<E,R>
A pipeline that takes a JSONValue and emits the deserialized value.
public static net.pwall.json.stream.JSONDeserializerCoPipeline.Companion Companion
public JSONDeserializerCoPipeline(@NotNull
kotlin.reflect.KType type,
@NotNull
net.pwall.util.pipeline.CoAcceptor<? super E,? extends R> downstream,
@NotNull
net.pwall.json.JSONConfig config)
type - the target typedownstream - the consumer of the deserialized valuesconfig - an optional JSONConfig