com.pingplusplus.model
Class ChargeDeserializer

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

public class ChargeDeserializer
extends java.lang.Object
implements com.google.gson.JsonDeserializer<Charge>

Created by afon on 14/11/25.


Constructor Summary
ChargeDeserializer()
           
 
Method Summary
 Charge deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChargeDeserializer

public ChargeDeserializer()
Method Detail

deserialize

public Charge deserialize(com.google.gson.JsonElement jsonElement,
                          java.lang.reflect.Type type,
                          com.google.gson.JsonDeserializationContext jsonDeserializationContext)
                   throws com.google.gson.JsonParseException
Specified by:
deserialize in interface com.google.gson.JsonDeserializer<Charge>
Throws:
com.google.gson.JsonParseException