public class GeoJSONCoordinateSerializer extends com.fasterxml.jackson.databind.JsonSerializer<GeoJSONCoordinate>
| Constructor and Description |
|---|
GeoJSONCoordinateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(GeoJSONCoordinate value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(GeoJSONCoordinate value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<GeoJSONCoordinate>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2018. All rights reserved.