Uses of Interface
com.thoughtworks.xstream.MarshallingStrategy
-
Packages that use MarshallingStrategy Package Description com.thoughtworks.xstream com.thoughtworks.xstream.core -
-
Uses of MarshallingStrategy in com.thoughtworks.xstream
Fields in com.thoughtworks.xstream declared as MarshallingStrategy Modifier and Type Field Description private MarshallingStrategy
XStream. marshallingStrategy
Methods in com.thoughtworks.xstream with parameters of type MarshallingStrategy Modifier and Type Method Description void
XStream. setMarshallingStrategy(MarshallingStrategy marshallingStrategy)
-
Uses of MarshallingStrategy in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement MarshallingStrategy Modifier and Type Class Description class
AbstractTreeMarshallingStrategy
Basic functionality of a tree based marshalling strategy.class
ReferenceByIdMarshallingStrategy
class
ReferenceByXPathMarshallingStrategy
class
TreeMarshallingStrategy
-