Package org.notima.util.json
Class JsonLocalDateAdapter
java.lang.Object
org.notima.util.json.JsonLocalDateAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<LocalDate>,com.google.gson.JsonSerializer<LocalDate>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonLocalDateAdapter
public JsonLocalDateAdapter()
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(LocalDate src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serializein interfacecom.google.gson.JsonSerializer<LocalDate>
-
deserialize
public LocalDate deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<LocalDate>- Throws:
com.google.gson.JsonParseException
-