Class GeometryAdapterFactory
- java.lang.Object
-
- com.github.filosganga.geogson.gson.GeometryAdapterFactory
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
public final class GeometryAdapterFactory extends Object implements com.google.gson.TypeAdapterFactory
The Gson TypeAdapterFactory responsible to serialize/de-serialize all theGeometry,FeatureandFeatureCollectioninstances.
-
-
Constructor Summary
Constructors Constructor Description GeometryAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.gson.TypeAdapter<T>create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
-