public class SquareDeserializer extends java.lang.Object implements com.google.gson.JsonDeserializer<Square>
BottomNavActivity
,
MapFragment
Modifier and Type | Field and Description |
---|---|
private java.util.Locale |
locale |
private static java.lang.String |
TAG |
Constructor and Description |
---|
SquareDeserializer(java.util.Locale l) |
Modifier and Type | Method and Description |
---|---|
Square |
deserialize(com.google.gson.JsonElement json,
java.lang.reflect.Type typeOfT,
com.google.gson.JsonDeserializationContext context)
Manages the particular format of square's JSON representation, so it has sufficient data to instantiate a Square object
|
private static final java.lang.String TAG
private java.util.Locale locale
public Square deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException