Uses of Class
com.thoughtworks.xstream.XStream
Packages that use XStream
Package
Description
-
Uses of XStream in com.thoughtworks.xstream
Methods in com.thoughtworks.xstream with parameters of type XStreamModifier and TypeMethodDescriptionstatic voidXStream.setupDefaultSecurity(XStream xstream) Deprecated.As of 1.4.18Serialize an object including the XStream to a pretty-printed XML String.voidSerialize 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 XStreamModifier and TypeMethodDescriptionstatic voidAnnotations.configureAliases(XStream xstream, Class<?>... topLevelClasses) Deprecated.As of 1.3, useXStream.processAnnotations(Class[]) -
Uses of XStream in com.thoughtworks.xstream.io.xml
Methods in com.thoughtworks.xstream.io.xml with parameters of type XStreamModifier and TypeMethodDescriptionvoidTraxSource.setXStream(XStream xstream) Sets the XStream facade to use when marshalling objects.Constructors in com.thoughtworks.xstream.io.xml with parameters of type XStreamModifierConstructorDescriptionTraxSource(Object source, XStream xstream) Creates a XStream TrAX source, specifying the object to marshal and a configured (with aliases) XStream facade.TraxSource(List source, XStream xstream) Creates a XStream TrAX source, setting the objects 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 XStreamModifierConstructorDescriptionAbstractFilePersistenceStrategy(File baseDirectory, XStream xstream, String encoding) FilePersistenceStrategy(File baseDirectory, XStream xstream) Create a new FilePersistenceStrategy with a provided XStream instance.FilePersistenceStrategy(File baseDirectory, XStream xstream, String encoding, String illegalChars) Create a new FilePersistenceStrategy with a provided XStream instance and the characters to encode.FileStreamStrategy(File baseDirectory, XStream xstream) Deprecated.