public static interface JsonSerializing.CustomSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fromJson(com.google.gson.JsonElement json,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
toJson(T object,
com.google.gson.JsonSerializationContext context) |