Package cz.quanti.mailq.json
Class NotificationsDataEntitySerializer
- java.lang.Object
-
- cz.quanti.mailq.json.NotificationsDataEntitySerializer
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<NotificationsDataEntity>
public class NotificationsDataEntitySerializer extends Object implements com.google.gson.JsonDeserializer<NotificationsDataEntity>
-
-
Constructor Summary
Constructors Constructor Description NotificationsDataEntitySerializer(com.google.gson.Gson gson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationsDataEntitydeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-
-
-
Method Detail
-
deserialize
public NotificationsDataEntity deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<NotificationsDataEntity>- Throws:
com.google.gson.JsonParseException
-
-