Uses of Package
org.simpleframework.xml.strategy

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

Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.convert
Strategy
          The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
Type
          The Type interface is used to represent a method or field that has been annotated for serialization.
Value
          The Value object describes a type that is represented by an XML element.
 

Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.core
Strategy
          The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
 

Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.strategy
Strategy
          The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
Type
          The Type interface is used to represent a method or field that has been annotated for serialization.
Value
          The Value object describes a type that is represented by an XML element.
Visitor
          The Visitor interface represents an object that is used to visit each XML element during serialization.
 



Copyright © 2013. All Rights Reserved.