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 interfaceStreamStrategyDeprecated.As of 1.3.1, usePersistenceStrategyinsteadClasses in com.thoughtworks.xstream.persistence that implement PersistenceStrategy Modifier and Type Class Description classAbstractFilePersistenceStrategyAbstract base class for file based persistence strategies.classFilePersistenceStrategyPersistenceStrategy to assign keys with single value to objects persisted in files.classFileStreamStrategyDeprecated.As of 1.3.1, use FilePersistenceStrategyFields in com.thoughtworks.xstream.persistence declared as PersistenceStrategy Modifier and Type Field Description private PersistenceStrategyXmlMap. persistenceStrategyConstructors in com.thoughtworks.xstream.persistence with parameters of type PersistenceStrategy Constructor Description XmlArrayList(PersistenceStrategy persistenceStrategy)XmlMap(PersistenceStrategy streamStrategy)XmlSet(PersistenceStrategy persistenceStrategy)
-