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