public class FeeRefundCollectionDeserializer extends java.lang.Object implements com.google.gson.JsonDeserializer<FeeRefundCollection>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.reflect.Type |
REFUND_LIST_TYPE |
| Constructor and Description |
|---|
FeeRefundCollectionDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
FeeRefundCollection |
deserialize(com.google.gson.JsonElement json,
java.lang.reflect.Type typeOfT,
com.google.gson.JsonDeserializationContext context)
Deserializes a fee_refund list JSON payload into a
FeeRefundCollection object. |
public FeeRefundCollection deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
FeeRefundCollection object.deserialize in interface com.google.gson.JsonDeserializer<FeeRefundCollection>com.google.gson.JsonParseException