Uses of Interface
io.bytestreams.codec.core.Inspectable

Packages that use Inspectable
Package
Description
 
  • Uses of Inspectable in io.bytestreams.codec.core

    Classes in io.bytestreams.codec.core that implement Inspectable
    Modifier and Type
    Class
    Description
    class 
    A codec for discriminated unions where a class tag determines which codec to use for the value.
    class 
    A codec for constant byte sequences such as magic numbers, version bytes, and protocol signatures.
    class 
    A codec for encoding and decoding fixed-length lists of values.
    class 
    A codec that defers resolution to first use, enabling recursive codec definitions.
    class 
    A codec that encodes and decodes a pair of values sequentially.
    class 
    A codec that captures raw bytes during decoding, returning a Recorded value containing both the decoded value and the original wire bytes.
    class 
    A codec for objects with sequential fields.
    class 
    A codec for encoding and decoding lists of values by reading items until EOF.
    class 
    TaggedObjectCodec<T extends Tagged<T,K>,K>
    A codec for objects with tag-identified fields.
    class 
    A codec that encodes and decodes a triple of values sequentially.
    class 
    A codec for variable-length values where the byte count is encoded as a prefix.
    class 
    A codec for variable-length values where the item count is encoded as a prefix.