Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
deserialize (com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context)
com.google.gson.JsonElement
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
MapAdapter
public MapAdapter ()
Method Details
serialize
public com.google.gson.JsonElement serialize (Map <String ,Object > src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
Specified by:
serialize
in interface com.google.gson.JsonSerializer<Map <String ,Object >>
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