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