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