Package com.thoughtworks.xstream.converters.basic

Converters for common basic types in Java.

See: Description

Package com.thoughtworks.xstream.converters.basic Description

Converters for common basic types in Java. These include primitives (int, boolean, etc), wrapper objects (Integer, Boolean, etc), String, StringBuffer, java.util.Date, null, java.net.URL, java.math.BigInteger and java.math.BigDecimal.

These converters are enabled by default.

All of the basic converters will convert the item into a single String, with no nested elements.

Copyright © 2004–2020 XStream. All rights reserved.