Class ISO8601JodaTimeConverter

java.lang.Object
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
com.thoughtworks.xstream.core.util.ISO8601JodaTimeConverter
All Implemented Interfaces:
ConverterMatcher, SingleValueConverter

public class ISO8601JodaTimeConverter extends AbstractSingleValueConverter
A converter for GregorianCalendar conforming to the ISO8601 standard based on Joda-Time.

The converter will always serialize the calendar value in UTC and deserialize it to a value in the current default time zone.

Since:
1.4.10
Author:
Mauro Talevi, Jörg Schaible
See Also: