Uses of Interface
com.thoughtworks.xstream.MarshallingStrategy

Packages that use MarshallingStrategy
com.thoughtworks.xstream   
com.thoughtworks.xstream.core   
 

Uses of MarshallingStrategy in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream with parameters of type MarshallingStrategy
 void XStream.setMarshallingStrategy(MarshallingStrategy marshallingStrategy)
           
 

Uses of MarshallingStrategy in com.thoughtworks.xstream.core
 

Classes in com.thoughtworks.xstream.core that implement MarshallingStrategy
 class AbstractTreeMarshallingStrategy
          Basic functionality of a tree based marshalling strategy.
 class ReferenceByIdMarshallingStrategy
           
 class ReferenceByXPathMarshallingStrategy
           
 class TreeMarshallingStrategy
           
 



Copyright © 2004-2014 XStream. All Rights Reserved.