com.pingplusplus.model
Class PingppRawJsonObjectDeserializer

java.lang.Object
  extended by com.pingplusplus.model.PingppRawJsonObjectDeserializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<PingppRawJsonObject>

public class PingppRawJsonObjectDeserializer
extends java.lang.Object
implements com.google.gson.JsonDeserializer<PingppRawJsonObject>


Constructor Summary
PingppRawJsonObjectDeserializer()
           
 
Method Summary
 PingppRawJsonObject deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingppRawJsonObjectDeserializer

public PingppRawJsonObjectDeserializer()
Method Detail

deserialize

public PingppRawJsonObject deserialize(com.google.gson.JsonElement json,
                                       java.lang.reflect.Type typeOfT,
                                       com.google.gson.JsonDeserializationContext context)
                                throws com.google.gson.JsonParseException
Specified by:
deserialize in interface com.google.gson.JsonDeserializer<PingppRawJsonObject>
Throws:
com.google.gson.JsonParseException