Package cronapi.util
Class GsonUTCDateAdapter
- java.lang.Object
-
- cronapi.util.GsonUTCDateAdapter
-
-
Constructor Summary
Constructors Constructor Description GsonUTCDateAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-