GeometryAdapterFactory
should be used to serialize/deserialize Geometries.@Deprecated public class GeometryTypeAdapter extends com.google.gson.TypeAdapter<Geometry>
Geometry instances to JSON and JSON to
instances of Geometry.| Constructor and Description |
|---|
GeometryTypeAdapter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
read(com.google.gson.stream.JsonReader in)
Deprecated.
|
void |
write(com.google.gson.stream.JsonWriter out,
Geometry value)
Deprecated.
|