Uses of Interface
com.thoughtworks.xstream.persistence.StreamStrategy

Packages that use StreamStrategy
com.thoughtworks.xstream.persistence   
 

Uses of StreamStrategy in com.thoughtworks.xstream.persistence
 

Classes in com.thoughtworks.xstream.persistence that implement StreamStrategy
 class FileStreamStrategy
          The default naming strategy is based on the key's toString method and escapes non digit, non a-z, A-Z characters.
 

Constructors in com.thoughtworks.xstream.persistence with parameters of type StreamStrategy
XmlArrayList(StreamStrategy streamStrategy)
           
XmlMap(StreamStrategy streamStrategy)
           
XmlSet(StreamStrategy streamStrategy)
           
 



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