DeserializationException |
DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.
|
DeserializationException.Problems |
The kinds of exceptions that can trigger a DeserializationException.
|
Jsonable |
Jsonables can be serialized in java script object notation (JSON).
|
JsonArray |
JsonArray is a common non-thread safe data format for a collection of data.
|
JsonKey |
Should be implemented by Enums so that keys are easily maintained.
|
JsonObject |
JsonObject is a common non-thread safe data format for string to data mappings.
|
Yytoken |
Represents structural entities in JSON.
|
Yytoken.Types |
Represents the different kinds of tokens.
|