public final class ArrayOfPolygonPointsDeserializer extends Object implements com.google.gson.JsonDeserializer<PolygonPoint[]>
PolygonPoints.
Sample "polygonpoints" attribute:
"polygonpoints": [
"48.1190567016602",
"48.1191635131836",
"-1.6499342918396",
"-1.64988231658936"
],
| Constructor and Description |
|---|
ArrayOfPolygonPointsDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
PolygonPoint[] |
deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
public PolygonPoint[] deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
deserialize in interface com.google.gson.JsonDeserializer<PolygonPoint[]>JsonDeserializer.deserialize(com.google.gson.JsonElement,
java.lang.reflect.Type, com.google.gson.JsonDeserializationContext)Copyright © 2013. All Rights Reserved.