Interface | Description |
---|---|
ElementTypeAdapter<T> |
Serializes values to and from JSON.
|
Class | Description |
---|---|
PropertySaver |
Saves property fields annotated with
@SaveThisProperty and properties of fields annotated
with @SavePropertyFrom . |
Annotation Type | Description |
---|---|
AnnotatedTypeAdapter |
An annotation for TypeAdapters that indicates it should be included as part of any Gson
configuration for this project.
|