Class OwnedGiftTypeAdapter
java.lang.Object
com.pengrad.telegrambot.utility.gson.OwnedGiftTypeAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<com.pengrad.telegrambot.model.gift.owned.OwnedGift>
public class OwnedGiftTypeAdapter
extends java.lang.Object
implements com.google.gson.JsonDeserializer<com.pengrad.telegrambot.model.gift.owned.OwnedGift>
-
Constructor Summary
Constructors Constructor Description OwnedGiftTypeAdapter() -
Method Summary
Modifier and Type Method Description com.pengrad.telegrambot.model.gift.owned.OwnedGiftdeserialize(com.google.gson.JsonElement element, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
OwnedGiftTypeAdapter
public OwnedGiftTypeAdapter()
-
-
Method Details
-
deserialize
public com.pengrad.telegrambot.model.gift.owned.OwnedGift 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<com.pengrad.telegrambot.model.gift.owned.OwnedGift>- Throws:
com.google.gson.JsonParseException
-