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