public class CoordinateSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.locationtech.jts.geom.Coordinate>
Constructor and Description |
---|
CoordinateSerializer() |
Modifier and Type | Method and Description |
---|---|
Class<org.locationtech.jts.geom.Coordinate> |
handledType() |
void |
serialize(org.locationtech.jts.geom.Coordinate value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(org.locationtech.jts.geom.Coordinate 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<org.locationtech.jts.geom.Coordinate>
IOException
com.fasterxml.jackson.core.JsonProcessingException
public Class<org.locationtech.jts.geom.Coordinate> handledType()
handledType
in class com.fasterxml.jackson.databind.JsonSerializer<org.locationtech.jts.geom.Coordinate>
Copyright © 2019. All rights reserved.