- All Implemented Interfaces:
com.google.gson.JsonDeserializer<Map<String,Object>>
public class MapDeserializerDoubleAsIntFix
extends Object
implements com.google.gson.JsonDeserializer<Map<String,Object>>
-
Constructor Summary
Constructors
-
Method Summary
deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context)
read(com.google.gson.JsonElement in)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapDeserializerDoubleAsIntFix
public MapDeserializerDoubleAsIntFix()
-
Method Details
-
deserialize
public Map<String,Object> deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context)
throws com.google.gson.JsonParseException
- Specified by:
deserialize in interface com.google.gson.JsonDeserializer<Map<String,Object>>
- Throws:
com.google.gson.JsonParseException
-
read
public Object read(com.google.gson.JsonElement in)