Class AbstractDecoderPerStructureStreamDecoder

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

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