Class PositionsAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<Positions>
-
- com.github.filosganga.geogson.gson.PositionsAdapter
-
-
Constructor Summary
Constructors Constructor Description PositionsAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Positionsread(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, Positions value)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter out, Positions value) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<Positions>- Throws:
IOException
-
read
public Positions read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<Positions>- Throws:
IOException
-
-