Package com.jtelegram.api.chat
Class Chat.Deserializer
- java.lang.Object
-
- com.jtelegram.api.chat.Chat.Deserializer
-
-
Constructor Summary
Constructors Constructor Description Deserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Chat
deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)
-
-
-
Method Detail
-
deserialize
public Chat deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
- Specified by:
deserialize
in interfacecom.google.gson.JsonDeserializer<Chat>
- Throws:
com.google.gson.JsonParseException
-
-