Deprecated API

Deprecated Methods
com.thoughtworks.xstream.XStream.addDefaultCollection(Class, String)
          Use addImplicitCollection() instead. 
com.thoughtworks.xstream.alias.ClassMapper.alias(String, Class, Class)
          As of 1.1.1, use AliasingMapper.addAlias(String, Class) for creating an alias and DefaultImplementationsMapper.addDefaultImplementation(Class, Class) for specifiny a default implementation. 
com.thoughtworks.xstream.mapper.MapperWrapper.alias(String, Class, Class)
          As of 1.1.1, use AliasingMapper.addAlias(String, Class) for creating an alias and DefaultImplementationsMapper.addDefaultImplementation(Class, Class) for specifiny a default implementation. 
com.thoughtworks.xstream.XStream.changeDefaultConverter(Converter)
          As of 1.1.1 you should register a converter with the appropriate priority. 
com.thoughtworks.xstream.converters.ConverterLookup.defaultConverter()
          As of 1.1.1 you can register Converters with priorities, making the need for a default converter redundant. 
com.thoughtworks.xstream.alias.ClassMapper.lookupDefaultType(Class)
          As of 1.1.1, use defaultImplementationOf(Class) 
com.thoughtworks.xstream.mapper.MapperWrapper.lookupDefaultType(Class)
          As of 1.1.1, use MapperWrapper.defaultImplementationOf(Class) 
com.thoughtworks.xstream.io.HierarchicalStreamReader.peekUnderlyingNode()
            
 

Deprecated Constructors
com.thoughtworks.xstream.converters.extended.JavaClassConverter()
          As of 1.1.1 - use other constructor and explicitly supply a ClassLoader. 
com.thoughtworks.xstream.XStream(Converter)
          As of XStream 1.1.1, a default Converter is unnecessary as you can register a Converter with an associated priority. Use an alternate constructor. 
com.thoughtworks.xstream.XStream(ReflectionProvider, ClassMapper, HierarchicalStreamDriver, String, Converter)
          As of XStream 1.1.1, a default Converter is unnecessary as you can register a Converter with an associated priority. Use an alternate constructor. 
 



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