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