Uses of Package
dev.omnist.codec
Packages that use dev.omnist.codec
Package
Description
Reading and writing the
Document model as the
non-OML wire formats — JSON, YAML, TOML, and XML (omnist-spec §7.3) — including
the lossy-adjustment reporting (WriteReport) that
records when a format's constraints force a value to be adjusted on write.-
Classes in dev.omnist.codec used by dev.omnist.codecClassDescriptionA single format-specific adjustment a codec's writer made to represent a document in a target format that cannot express it exactly, part of a
WriteReport(omnist-spec §8.3.8'sformat.*diagnostic family — e.g. a dropped null, or a temporal value stringified because the format has no native temporal type).Accumulates theformat.*adjustments (omnist-spec §8.3.8) a codec's writer made while serializing a document that couldn't be represented exactly in the target format.