com.tumblr.jumblr.responses
Class JsonElementDeserializer

java.lang.Object
  extended by com.tumblr.jumblr.responses.JsonElementDeserializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer

public class JsonElementDeserializer
extends Object
implements com.google.gson.JsonDeserializer

Author:
jc

Constructor Summary
JsonElementDeserializer()
           
 
Method Summary
 Object deserialize(com.google.gson.JsonElement je, Type type, com.google.gson.JsonDeserializationContext jdc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonElementDeserializer

public JsonElementDeserializer()
Method Detail

deserialize

public Object deserialize(com.google.gson.JsonElement je,
                          Type type,
                          com.google.gson.JsonDeserializationContext jdc)
                   throws com.google.gson.JsonParseException
Specified by:
deserialize in interface com.google.gson.JsonDeserializer
Throws:
com.google.gson.JsonParseException


Copyright © 2013. All Rights Reserved.