Interface | Description |
---|---|
JsonConverter<T> |
Implementations should convert a given object to an object that
can be serialized into a JSON string.
|
Class | Description |
---|---|
IdentityConverter<T> |
Simple "converter" implementation that simply return the same object.
|
JsonUtil |
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. |