public class ExternalAccountTypeAdapterFactory
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
ExternalAccount able to deserialize raw JSON to
subtype implementation based on discriminator field object.| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalAccountTypeAdapterFactory.UnknownSubType
Unknown subtype of
ExternalAccount. |
| Constructor and Description |
|---|
ExternalAccountTypeAdapterFactory() |
| 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) |