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