|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XStream in edu.internet2.middleware.grouperClient.util |
---|
Methods in edu.internet2.middleware.grouperClient.util that return XStream | |
---|---|
static XStream |
GrouperClientXstreamUtils.retrieveXstream()
get xstream with all client aliases intact |
static XStream |
GrouperClientXstreamUtils.retrieveXstream(Map<String,Class<?>> aliasClassMap)
|
Uses of XStream in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream |
---|
Methods in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream with parameters of type XStream | |
---|---|
String |
XStreamer.toXML(XStream xstream,
Object obj)
Serialize an object including the XStream to a pretty-printed XML String. |
void |
XStreamer.toXML(XStream xstream,
Object obj,
Writer out)
Serialize an object including the XStream to the given Writer as pretty-printed XML. |
Uses of XStream in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.annotations |
---|
Methods in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.annotations with parameters of type XStream | |
---|---|
static void |
Annotations.configureAliases(XStream xstream,
Class<?>... topLevelClasses)
Deprecated. since 1.3, use processAnnotations(Class[]) |
Uses of XStream in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml |
---|
Methods in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml with parameters of type XStream | |
---|---|
void |
TraxSource.setXStream(XStream xstream)
Sets the XStream facade to use when marshalling objects. |
Constructors in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml with parameters of type XStream | |
---|---|
TraxSource(List source,
XStream xstream)
Creates a XStream TrAX source, setting the objects to marshal and a configured (with aliases) XStream facade. |
|
TraxSource(Object source,
XStream xstream)
Creates a XStream TrAX source, specifying the object to marshal and a configured (with aliases) XStream facade. |
Uses of XStream in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.persistence |
---|
Constructors in edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.persistence with parameters of type XStream | |
---|---|
FileStreamStrategy(File baseDirectory,
XStream xstream)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |