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