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