| Class | Description |
|---|---|
| JSONDeserializer |
Fast, lightweight Java object to JSON serializer, and JSON to Java object deserializer.
|
| JSONSerializer |
Fast, lightweight Java object to JSON serializer, and JSON to Java object deserializer.
|
| JSONUtils |
Utils for Java serialization and deserialization.
|
| ReferenceEqualityKey<K> |
An object for wrapping a HashMap key so that the hashmap performs reference equality on the keys, not equals()
equality.
|
| Annotation Type | Description |
|---|---|
| Id |
Annotate a class field with this annotation to use that field's value instead of the automatically-generated id
for object references in JSON output.
|