Package net.sf.basedb.util.json
package net.sf.basedb.util.json
-
ClassDescriptionEnumConverter<T extends Enum<T>>Converted implementation that create JSON objects with the NAME of enumeration.Simple "converter" implementation that simply return the same object.Implementations should convert a given object to an object that can be serialized into a JSON string.Utility functions for working with JSON data.NameableConverter<T extends Nameable>Simple "converter" implementation that create JSON objects with the name and id of
Nameable
items.