public static class AccountType.Adapter extends com.google.gson.TypeAdapter<AccountType>
| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
AccountType enumeration) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
AccountType enumeration)
throws java.io.IOException
write in class com.google.gson.TypeAdapter<AccountType>java.io.IOExceptionpublic AccountType read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
read in class com.google.gson.TypeAdapter<AccountType>java.io.IOException