Uses of Package
io.bytestreams.codec.core
Packages that use io.bytestreams.codec.core
-
Classes in io.bytestreams.codec.core used by io.bytestreams.codec.coreClassDescriptionCodec for
Numbers encoded as fixed-length big-endian binary.A codec for discriminated unions where a class tag determines which codec to use for the value.Builder forChoiceCodec.Interface for encoding and decoding values to and from byte streams.Exception thrown when encoding or decoding fails.Abstract map-backed data object for use with sequential codecs.Result of anencodeoperation, containing both the logical count and the byte count written.Describes how to access a field on an object — its name, codec, getter, setter, and presence predicate.Extension point for codecs to participate in field inspection.A codec that encodes and decodes a pair of values sequentially.A decoded value paired with the raw bytes it was decoded from.A codec that captures raw bytes during decoding, returning aRecordedvalue containing both the decoded value and the original wire bytes.A codec for objects with sequential fields.Builder for constructing a SequentialObjectCodec.Interface for objects with tag-identified fields.A ready-madeTaggedimplementation backed by a map of tag to value list.A codec for objects with tag-identified fields.Builder for constructing a TaggedObjectCodec.A codec that encodes and decodes a triple of values sequentially.