ClassFieldCache |
A cache of field types and associated constructors for each encountered class, used to speed up constructor
lookup.
|
ClassFields |
The list of fields that can be (de)serialized (non-final, non-transient, non-synthetic, accessible), and their
corresponding resolved (concrete) types.
|
FieldTypeInfo |
Information on the type of a field.
|
FieldTypeInfo.PrimitiveType |
The Enum PrimitiveType.
|
JSONArray |
An intermediate object in the (de)serialization process, representing a JSON array.
|
JSONObject |
An intermediate object in the (de)serialization process, representing a JSON Object.
|
JSONReference |
A class that serves as a placeholder for circular references between objects.
|
ReferenceEqualityKey |
An object for wrapping a HashMap key so that the hashmap performs reference equality on the keys, not equals()
equality.
|
TypeResolutions |
A mapping from TypeVariable to resolved Type .
|