public static class ResponseFormat.ResponseFormatSerializer extends JsonSerializer<EnumWrapper<ResponseFormat>>
| Constructor and Description |
|---|
ResponseFormatSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(EnumWrapper<ResponseFormat> value,
JsonGenerator gen,
SerializerProvider serializers) |
public ResponseFormatSerializer()
public void serialize(EnumWrapper<ResponseFormat> value, JsonGenerator gen, SerializerProvider serializers) throws IOException
serialize in class JsonSerializer<EnumWrapper<ResponseFormat>>IOException