Uses of Class
com.thoughtworks.xstream.XStream

Packages that use XStream
com.thoughtworks.xstream   
com.thoughtworks.xstream.annotations   
com.thoughtworks.xstream.io.xml   
com.thoughtworks.xstream.persistence   
 

Uses of XStream in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream with parameters of type XStream
 java.lang.String XStreamer.toXML(XStream xstream, java.lang.Object obj)
          Serialize an object incuding the XStream to a pretty-printed XML String.
 void XStreamer.toXML(XStream xstream, java.lang.Object obj, java.io.Writer out)
          Serialize an object including the XStream to the given Writer as pretty-printed XML.
 

Uses of XStream in com.thoughtworks.xstream.annotations
 

Methods in com.thoughtworks.xstream.annotations with parameters of type XStream
static void Annotations.configureAliases(XStream xstream, java.lang.Class<?>... topLevelClasses)
          Configures aliases on the specified XStream object based on annotations that decorate the specified class.
 

Uses of XStream in com.thoughtworks.xstream.io.xml
 

Methods in com.thoughtworks.xstream.io.xml with parameters of type XStream
 void TraxSource.setXStream(XStream xstream)
          Sets the XStream facade to use when marshalling objects.
 

Constructors in com.thoughtworks.xstream.io.xml with parameters of type XStream
TraxSource(java.util.List source, XStream xstream)
          Creates a XStream TrAX source, setting the objects to marshal and a configured (with aliases) XStream facade.
TraxSource(java.lang.Object source, XStream xstream)
          Creates a XStream TrAX source, specifying the object to marshal and a configured (with aliases) XStream facade.
 

Uses of XStream in com.thoughtworks.xstream.persistence
 

Constructors in com.thoughtworks.xstream.persistence with parameters of type XStream
FileStreamStrategy(java.io.File baseDirectory, XStream xstream)
           
 



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