Class ISO8601JavaTimeConverter

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

public class ISO8601JavaTimeConverter extends AbstractSingleValueConverter
A converter for GregorianCalendar conforming to the ISO8601 standard based on java.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
See Also: