com.thoughtworks.xstream.converters
Interface ConverterRegistry


public interface ConverterRegistry

An interface for the converter management.

Since:
1.3
Author:
Jörg Schaible

Method Summary
 void registerConverter(Converter converter, int priority)
           
 

Method Detail

registerConverter

void registerConverter(Converter converter,
                       int priority)


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