| Interface | Description |
|---|---|
| JsonPostDeserializer<T> |
This interface is implemented by a class that wishes to inspect or modify an object
after it has been deserialized.
|
| Class | Description |
|---|---|
| InterceptorFactory |
A type adapter factory that implements
@Intercept. |
| Annotation Type | Description |
|---|---|
| Intercept |
Use this annotation to indicate various interceptors for class instances after
they have been processed by Gson.
|