public class GeometryGsonSerializer extends Object implements com.google.gson.JsonSerializer<com.vividsolutions.jts.geom.Geometry>
| Constructor and Description |
|---|
GeometryGsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
serialize(com.vividsolutions.jts.geom.Geometry src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public com.google.gson.JsonElement serialize(com.vividsolutions.jts.geom.Geometry src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<com.vividsolutions.jts.geom.Geometry>src - Source geometrytypeOfSrc - Type of geometrycontext - contextCopyright © 2018. All rights reserved.