com.stripe.model
Class StripeRawJsonObjectDeserializer

java.lang.Object
  extended by com.stripe.model.StripeRawJsonObjectDeserializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<StripeRawJsonObject>

public class StripeRawJsonObjectDeserializer
extends Object
implements com.google.gson.JsonDeserializer<StripeRawJsonObject>


Constructor Summary
StripeRawJsonObjectDeserializer()
           
 
Method Summary
 StripeRawJsonObject deserialize(com.google.gson.JsonElement json, 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

StripeRawJsonObjectDeserializer

public StripeRawJsonObjectDeserializer()
Method Detail

deserialize

public StripeRawJsonObject 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<StripeRawJsonObject>
Throws:
com.google.gson.JsonParseException


Copyright © 2014 Stripe. All rights reserved.