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