Package com.ardoq.adapter
Class Iso8601Adapter
java.lang.Object
com.ardoq.adapter.Iso8601Adapter
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<Date>,com.google.gson.JsonSerializer<Date>
public class Iso8601Adapter extends Object implements com.google.gson.JsonDeserializer<Date>, com.google.gson.JsonSerializer<Date>
-
Constructor Summary
Constructors Constructor Description Iso8601Adapter() -
Method Summary
Modifier and Type Method Description Datedeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)com.google.gson.JsonElementserialize(Date date, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
Iso8601Adapter
public Iso8601Adapter()
-
-
Method Details
-
deserialize
public Date 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<Date>- Throws:
com.google.gson.JsonParseException
-
serialize
public com.google.gson.JsonElement serialize(Date date, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)- Specified by:
serializein interfacecom.google.gson.JsonSerializer<Date>
-