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