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