Uses of Interface
com.thoughtworks.xstream.persistence.PersistenceStrategy
-
Packages that use PersistenceStrategy Package Description com.thoughtworks.xstream.persistence -
-
Uses of PersistenceStrategy in com.thoughtworks.xstream.persistence
Subinterfaces of PersistenceStrategy in com.thoughtworks.xstream.persistence Modifier and Type Interface Description interface
StreamStrategy
Deprecated.As of 1.3.1, usePersistenceStrategy
insteadClasses in com.thoughtworks.xstream.persistence that implement PersistenceStrategy Modifier and Type Class Description class
AbstractFilePersistenceStrategy
Abstract base class for file based persistence strategies.class
FilePersistenceStrategy
PersistenceStrategy to assign keys with single value to objects persisted in files.class
FileStreamStrategy
Deprecated.As of 1.3.1, use FilePersistenceStrategyFields in com.thoughtworks.xstream.persistence declared as PersistenceStrategy Modifier and Type Field Description private PersistenceStrategy
XmlMap. persistenceStrategy
Constructors in com.thoughtworks.xstream.persistence with parameters of type PersistenceStrategy Constructor Description XmlArrayList(PersistenceStrategy persistenceStrategy)
XmlMap(PersistenceStrategy streamStrategy)
XmlSet(PersistenceStrategy persistenceStrategy)
-