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