Uses of Package
io.github.grumpystuff.grumpyjson.serialize
Packages that use io.github.grumpystuff.grumpyjson.serialize
Package
Description
-
Classes in io.github.grumpystuff.grumpyjson.serialize used by io.github.grumpystuff.grumpyjsonClassDescriptionThis exception type gets thrown when the state of the objects being serialized is not possible to map to JSON.Defines the conversion of Java objects to JSON for one or more classes.Abstracts the run-time methods from the
JsonSerializerRegistryso that serializers which have to look up dependencies don't depend on the full registry.This registry keeps theJsonSerializers used by aJsonEngine. -
Classes in io.github.grumpystuff.grumpyjson.serialize used by io.github.grumpystuff.grumpyjson.builtinClassDescriptionThis exception type gets thrown when the state of the objects being serialized is not possible to map to JSON.Defines the conversion of Java objects to JSON for one or more classes.
-
Classes in io.github.grumpystuff.grumpyjson.serialize used by io.github.grumpystuff.grumpyjson.builtin.helper_typesClassDescriptionThis exception type gets thrown when the state of the objects being serialized is not possible to map to JSON.Defines the conversion of Java objects to JSON for one or more classes.
-
Classes in io.github.grumpystuff.grumpyjson.serialize used by io.github.grumpystuff.grumpyjson.builtin.recordClassDescriptionDefines the conversion of Java objects to JSON for one or more classes.
-
Classes in io.github.grumpystuff.grumpyjson.serialize used by io.github.grumpystuff.grumpyjson.serializeClassDescriptionThe body of a custom serializerThis exception type gets thrown when the state of the objects being serialized is not possible to map to JSON.Defines the conversion of Java objects to JSON for one or more classes.Abstracts the run-time methods from the
JsonSerializerRegistryso that serializers which have to look up dependencies don't depend on the full registry.