Class ISO8601GregorianCalendarConverter

java.lang.Object
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
com.thoughtworks.xstream.converters.extended.ISO8601GregorianCalendarConverter
All Implemented Interfaces:
ConverterMatcher, SingleValueConverter

public class ISO8601GregorianCalendarConverter extends AbstractSingleValueConverter
A GregorianCalendarConverter conforming to the ISO8601 standard. The converter will always serialize the calendar value in UTC and deserialize it to a value in the current default time zone.
Since:
1.1.3
See Also: