interface summary | |
---|---|
InstanceCreator | This interface is implemented to create instances of a class |
JsonDeserializer | Interface representing a deserializer for Json |
JsonSerializer | Interface representing a serializer for Json |
class summary | |
---|---|
DefaultTypeAdapter | Default implementation of TypeAdapter |
Gson | A wrapper facade to the gson project (https://www |
GsonUtils | Utility class to create GSON elements (https://www |
JsonParser | A parser to parse Json into a parse tree of JsonElements |
TypeAdapter | Converts Java objects to and from JSON |