X - Type of x coordinateY1 - Type of y1 coordinateY2 - Type of y2 coordinatepublic class RangeCoordinateSerializer<X,Y1,Y2> extends com.fasterxml.jackson.databind.JsonSerializer<RangeCoordinate<X,Y1,Y2>>
RangeCoordinates.| Constructor and Description |
|---|
RangeCoordinateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(RangeCoordinate<X,Y1,Y2> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(RangeCoordinate<X,Y1,Y2> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<RangeCoordinate<X,Y1,Y2>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2013. All Rights Reserved.