Package name.martingeisse.grumpyjson.serialize
package name.martingeisse.grumpyjson.serialize
-
ClassDescriptionThis 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.