Package com.thoughtworks.xstream.converters.extended

Class Summary
ColorConverter Converts a java.awt.Color to XML, using four nested elements: red, green, blue, alpha.
DynamicProxyConverter Converts a dynamic proxy to XML, storing the implemented interfaces and handler.
EncodedByteArrayConverter Converts a byte array to a single encoding string (such as base64).
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.
JavaClassConverter Converts a java.lang.Class to XML.
JavaMethodConverter Converts a java.lang.reflect.Method to XML.
SqlTimestampConverter Converts a java.sql.Timestamp to text.
StackTraceElementConverter Converter for StackTraceElement (the lines of a stack trace) - JDK 1.4+ only.
StackTraceElementFactory Factory for creating StackTraceElements.
ThrowableConverter Converter for Throwable (and Exception) that retains stack trace, for JDK1.4 only.
 



Joe Walnes, http://xstream.codehaus.org/