public class BalanceTransactionSourceTypeAdapterFactory
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
BalanceTransactionSource able to deserialize raw JSON
to subtype implementation based on discriminator field object.| Modifier and Type | Class and Description |
|---|---|
static class |
BalanceTransactionSourceTypeAdapterFactory.UnknownSubType
Unknown subtype of
BalanceTransactionSource. |
| Constructor and Description |
|---|
BalanceTransactionSourceTypeAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.gson.TypeAdapter<T> |
create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> type) |