Uses of Interface
org.simpleframework.xml.strategy.Strategy

Packages that use Strategy
org.simpleframework.xml.convert   
org.simpleframework.xml.core   
org.simpleframework.xml.strategy   
 

Uses of Strategy in org.simpleframework.xml.convert
 

Classes in org.simpleframework.xml.convert that implement Strategy
 class AnnotationStrategy
          The AnnotationStrategy object is used to intercept the serialization process and delegate to custom converters.
 class RegistryStrategy
          The RegistryStrategy object is used to intercept the serialization process and delegate to custom converters.
 

Constructors in org.simpleframework.xml.convert with parameters of type Strategy
AnnotationStrategy(Strategy strategy)
          Constructor for the AnnotationStrategy object.
RegistryStrategy(Registry registry, Strategy strategy)
          Constructor for the RegistryStrategy object.
 

Uses of Strategy in org.simpleframework.xml.core
 

Constructors in org.simpleframework.xml.core with parameters of type Strategy
Persister(Strategy strategy)
          Constructor for the Persister object.
Persister(Strategy strategy, Filter filter)
          Constructor for the Persister object.
Persister(Strategy strategy, Filter filter, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Filter filter, Matcher matcher)
          Constructor for the Persister object.
Persister(Strategy strategy, Filter filter, Matcher matcher, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Map data)
          Constructor for the Persister object.
Persister(Strategy strategy, Map data, Format format)
          Constructor for the Persister object.
Persister(Strategy strategy, Matcher matcher)
          Constructor for the Persister object.
Persister(Strategy strategy, Matcher matcher, Format format)
          Constructor for the Persister object.
 

Uses of Strategy in org.simpleframework.xml.strategy
 

Classes in org.simpleframework.xml.strategy that implement Strategy
 class CycleStrategy
          The CycleStrategy represents a strategy that is used to augment the deserialization and serialization process such that cycles in an object graph can be supported.
 class TreeStrategy
          The TreeStrategy object is used to provide a simple strategy for handling object graphs in a tree structure.
 class VisitorStrategy
          The VisitorStrategy object is a simplification of a strategy, which allows manipulation of the serialization process.
 

Constructors in org.simpleframework.xml.strategy with parameters of type Strategy
VisitorStrategy(Visitor visitor, Strategy strategy)
          Constructor for the VisitorStrategy object.
 



Copyright © 2013. All Rights Reserved.