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