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