Class ToStringConverter

java.lang.Object
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
com.thoughtworks.xstream.converters.extended.ToStringConverter
All Implemented Interfaces:
ConverterMatcher, SingleValueConverter

public class ToStringConverter extends AbstractSingleValueConverter
Convenient converter for classes with natural string representation. Converter for classes that adopt the following convention: - a constructor that takes a single string parameter - a toString() that is overloaded to issue a string that is meaningful