Class XMLGregorianCalendarConverter
- java.lang.Object
-
- hu.icellmobilsoft.coffee.tool.gson.XMLGregorianCalendarConverter
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<XMLGregorianCalendar>,com.google.gson.JsonSerializer<XMLGregorianCalendar>
public class XMLGregorianCalendarConverter extends Object implements com.google.gson.JsonSerializer<XMLGregorianCalendar>, com.google.gson.JsonDeserializer<XMLGregorianCalendar>
Json <-> XMLGregorianCalendar converter.- Since:
- 1.0.0
- Author:
- imre.scheffer
-
-
Constructor Summary
Constructors Constructor Description XMLGregorianCalendarConverter()Default constructor, constructs a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendardeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)com.google.gson.JsonElementserialize(XMLGregorianCalendar calendar, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
-
-
Method Detail
-
serialize
public com.google.gson.JsonElement serialize(XMLGregorianCalendar calendar, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
- Specified by:
serializein interfacecom.google.gson.JsonSerializer<XMLGregorianCalendar>
-
deserialize
public XMLGregorianCalendar deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<XMLGregorianCalendar>
-
-