Class CurrencyConverter

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

public class CurrencyConverter extends AbstractSingleValueConverter
Converts a java.util.Currency to String. Despite the name of this class, it has nothing to do with converting currencies between exchange rates! It makes sense in the context of XStream.