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