public class GeometryTypeAdapter extends com.google.gson.TypeAdapter<Geometry>
Geometry instances to JSON and JSON to
instances of Geometry.| Constructor and Description |
|---|
GeometryTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Geometry value) |