Package cz.quanti.mailq.json
Class SmsNotificationsEntitySerializer
- java.lang.Object
-
- cz.quanti.mailq.json.SmsNotificationsEntitySerializer
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<SmsNotificationsEntity>
public class SmsNotificationsEntitySerializer extends Object implements com.google.gson.JsonDeserializer<SmsNotificationsEntity>
-
-
Constructor Summary
Constructors Constructor Description SmsNotificationsEntitySerializer(com.google.gson.Gson gson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmsNotificationsEntitydeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-
-
-
Method Detail
-
deserialize
public SmsNotificationsEntity 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<SmsNotificationsEntity>- Throws:
com.google.gson.JsonParseException
-
-