Class AbstractDecoderPerStructureStreamDecoder

java.lang.Object
io.micronaut.serde.LimitingStream
io.micronaut.serde.support.AbstractStreamDecoder
io.micronaut.serde.support.AbstractDecoderPerStructureStreamDecoder
All Implemented Interfaces:
io.micronaut.serde.Decoder, AutoCloseable

@Internal public abstract class AbstractDecoderPerStructureStreamDecoder extends AbstractStreamDecoder
Abstract variation of AbstractStreamDecoder that uses separate decoders for structures like an array or an object.