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