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