com.stripe.model
Class FeeRefundCollectionDeserializer

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

public class FeeRefundCollectionDeserializer
extends Object
implements com.google.gson.JsonDeserializer<FeeRefundCollection>


Constructor Summary
FeeRefundCollectionDeserializer()
           
 
Method Summary
 FeeRefundCollection 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

FeeRefundCollectionDeserializer

public FeeRefundCollectionDeserializer()
Method Detail

deserialize

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


Copyright © 2014 Stripe. All rights reserved.