Codebase list libxstream-java / a937bf27-7a2e-4117-9501-05b15f4562eb/main xstream / src / java / com / thoughtworks / xstream / converters / basic / package.html
a937bf27-7a2e-4117-9501-05b15f4562eb/main

Tree @a937bf27-7a2e-4117-9501-05b15f4562eb/main (Download .tar.gz)

package.html @a937bf27-7a2e-4117-9501-05b15f4562eb/mainraw · history · blame

<!--
 Copyright (C) 2004 Joe Walnes.
 Copyright (C) 2006, 2007 XStream committers.
 All rights reserved.
 
 The software in this package is published under the terms of the BSD
 style license a copy of which has been included with this distribution in
 the LICENSE.txt file.
 
 Created on 10. May 2004 by Joe Walnes
 -->
<body>
<p>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.</p>

<p>These converters are enabled by default.</p>

<p>All of the basic converters will convert the item
into a single String, with no nested elements.</p>
</body>