public interface JsonSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fromJson(com.google.gson.JsonObject json,
com.google.gson.JsonDeserializationContext context) |
void |
toJson(com.google.gson.JsonObject json,
T object,
com.google.gson.JsonSerializationContext context) |