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 MarshallingStrategyXStream. marshallingStrategyMethods in com.thoughtworks.xstream with parameters of type MarshallingStrategy Modifier and Type Method Description voidXStream. 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 classAbstractTreeMarshallingStrategyBasic functionality of a tree based marshalling strategy.classReferenceByIdMarshallingStrategyclassReferenceByXPathMarshallingStrategyclassTreeMarshallingStrategy
-