Package com.mapbox.geojson
Class GeometryAdapterFactory
- java.lang.Object
-
- com.mapbox.geojson.GeometryAdapterFactory
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
public abstract class GeometryAdapterFactory extends java.lang.Object implements com.google.gson.TypeAdapterFactoryA Geometry type adapter factory for convenience for serialization/deserialization.- Since:
- 4.6.0
-
-
Constructor Summary
Constructors Constructor Description GeometryAdapterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.gson.TypeAdapterFactorycreate()Create a new instance of Geometry type adapter factory, this is passed into the Gson Builder.
-