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