Package io.datarouter.gson.serializer
Class IsoDateGsonAdapter
java.lang.Object
io.datarouter.gson.serializer.IsoDateGsonAdapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<Date>,com.google.gson.JsonSerializer<Date>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsoDateGsonAdapter
public IsoDateGsonAdapter()
-
-
Method Details
-
deserialize
public Date deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<Date>
-
serialize
public com.google.gson.JsonElement serialize(Date date, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serializein interfacecom.google.gson.JsonSerializer<Date>
-