|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBasicConverter | |
com.thoughtworks.xstream.converters.basic | |
com.thoughtworks.xstream.converters.extended |
Uses of AbstractBasicConverter in com.thoughtworks.xstream.converters.basic |
Subclasses of AbstractBasicConverter in com.thoughtworks.xstream.converters.basic | |
class |
BigDecimalConverter
Converts a java.math.BigDecimal to a String, retaining its precision. |
class |
BigIntegerConverter
Converts a java.math.BigInteger to a String. |
class |
BooleanConverter
Converts a boolean primitive or java.lang.Boolean wrapper to a String. |
class |
ByteConverter
Converts a byte primitive or java.lang.Byre wrapper to a String. |
class |
CharConverter
Converts a char primitive or java.lang.Character wrapper to a String. |
class |
DateConverter
Converts a java.util.Date to a String as a date format, retaining precision down to milliseconds. |
class |
DoubleConverter
Converts a double primitive or java.lang.Double wrapper to a String. |
class |
FloatConverter
Converts a float primitive or java.lang.Float wrapper to a String. |
class |
IntConverter
Converts an int primitive or java.lang.Integer wrapper to a String. |
class |
LongConverter
Converts a long primitive or java.lang.Long wrapper to a String. |
class |
ShortConverter
Converts a short primitive or java.lang.Short wrapper to a String. |
class |
StringBufferConverter
Converts the contents of a StringBuffer to XML. |
class |
StringConverter
Converts a String to a String ;). |
class |
URLConverter
Converts a java.net.URL to a string. |
Uses of AbstractBasicConverter in com.thoughtworks.xstream.converters.extended |
Subclasses of AbstractBasicConverter in com.thoughtworks.xstream.converters.extended | |
class |
CurrencyConverter
Converts a java.util.Currency to String. |
class |
FileConverter
This converter will take care of storing and retrieving File with either an absolute path OR a relative path depending on how they were created. |
class |
JavaClassConverter
Converts a java.lang.Class to XML. |
class |
LocaleConverter
Converts a java.util.Locale to a string. |
class |
SqlDateConverter
Converts a java.sql.Date to text. |
class |
SqlTimeConverter
Converts a java.sql.Time to text. |
class |
SqlTimestampConverter
Converts a java.sql.Timestamp to text. |
class |
StackTraceElementConverter
Converter for StackTraceElement (the lines of a stack trace) - JDK 1.4+ only. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |