Uses of Class
com.thoughtworks.xstream.XStream
-
-
Uses of XStream in com.thoughtworks.xstream
Methods in com.thoughtworks.xstream with parameters of type XStream Modifier and Type Method Description static void
XStream. setupDefaultSecurity(XStream xstream)
Setup the security framework of a XStream instance.java.lang.String
XStreamer. toXML(XStream xstream, java.lang.Object obj)
Serialize an object including the XStream to a pretty-printed XML String.void
XStreamer. toXML(XStream xstream, java.lang.Object obj, java.io.Writer out)
Serialize 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 XStream Modifier and Type Method Description static void
Annotations. configureAliases(XStream xstream, java.lang.Class<?>... topLevelClasses)
Deprecated.As of 1.3, useprocessAnnotations(Class[])
-
Uses of XStream in com.thoughtworks.xstream.io.xml
Fields in com.thoughtworks.xstream.io.xml declared as XStream Modifier and Type Field Description private XStream
TraxSource. xstream
The configured XStream facade to use for serializing objects.Methods in com.thoughtworks.xstream.io.xml with parameters of type XStream Modifier and Type Method Description void
TraxSource. setXStream(XStream xstream)
Sets the XStream facade to use when marshalling objects.Constructors in com.thoughtworks.xstream.io.xml with parameters of type XStream Constructor Description TraxSource(java.lang.Object source, XStream xstream)
Creates a XStream TrAX source, specifying the object to marshal and a configured (with aliases) XStream facade.TraxSource(java.util.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
Fields in com.thoughtworks.xstream.persistence declared as XStream Modifier and Type Field Description private XStream
AbstractFilePersistenceStrategy. xstream
Constructors in com.thoughtworks.xstream.persistence with parameters of type XStream Constructor Description AbstractFilePersistenceStrategy(java.io.File baseDirectory, XStream xstream, java.lang.String encoding)
FilePersistenceStrategy(java.io.File baseDirectory, XStream xstream)
Create a new FilePersistenceStrategy with a provided XStream instance.FilePersistenceStrategy(java.io.File baseDirectory, XStream xstream, java.lang.String encoding, java.lang.String illegalChars)
Create a new FilePersistenceStrategy with a provided XStream instance and the characters to encode.FileStreamStrategy(java.io.File baseDirectory, XStream xstream)
Deprecated. -
Uses of XStream in com.thoughtworks.xstream.tools.benchmark.products
Fields in com.thoughtworks.xstream.tools.benchmark.products declared as XStream Modifier and Type Field Description private XStream
XStreamBinary. xstream
Deprecated.private XStream
XStreamCompact. xstream
Deprecated.private XStream
XStreamDriver. xstream
Deprecated.
-