Class RevenueWithdrawalStateTypeAdapter
java.lang.Object
com.pengrad.telegrambot.utility.gson.RevenueWithdrawalStateTypeAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<RevenueWithdrawalState>
public class RevenueWithdrawalStateTypeAdapter extends java.lang.Object implements com.google.gson.JsonDeserializer<RevenueWithdrawalState>
-
Constructor Summary
Constructors Constructor Description RevenueWithdrawalStateTypeAdapter() -
Method Summary
Modifier and Type Method Description RevenueWithdrawalStatedeserialize(com.google.gson.JsonElement element, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
RevenueWithdrawalStateTypeAdapter
public RevenueWithdrawalStateTypeAdapter()
-
-
Method Details
-
deserialize
public RevenueWithdrawalState deserialize(com.google.gson.JsonElement element, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<RevenueWithdrawalState>- Throws:
com.google.gson.JsonParseException
-