protected Map<XStreamConfiguration.ConverterSet, XStreamConfiguration.ConverterConfig> converterMap = Maps.newHashMap();
@Inject
public BeanXStreamConverter(XStreamConfiguration configuration) {
ReflectionProvider rp = new PureJavaReflectionProvider();
Mapper dmapper = new DefaultMapper(this.getClass().getClassLoader());
/*
* Putting this here means only one conversion per thread may be active at
* any one time, but since the conversion process is atomic this will not
* matter unless the class is extended.
*/