The Deserializer is constructed with the xmlType and javaType super(javaType, xmlType);
super(javaType, xmlType);
The simple deserializer provides most of the stuff. We just need to override makeValue(). Time t = new Time(source); return t.getAsCalendar();
Time t = new Time(source); return t.getAsCalendar();