Package com.thoughtworks.xstream.persistence

Interface Summary
StreamStrategy A key to filename and vice-versa strategy interface.
 

Class Summary
FileStreamStrategy The default naming strategy is based on the key's toString method and escapes non digit, non a-z, A-Z characters.
XmlArrayList A persistent list implementation backed on a XmlMap.
XmlMap A persistent map.
XmlSet A persistent set implementation.
 



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