Uses of Package
org.simpleframework.xml.strategy
-
Packages that use org.simpleframework.xml.strategy Package Description org.simpleframework.xml.convert org.simpleframework.xml.core org.simpleframework.xml.strategy -
Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.convert Class Description Strategy TheStrategy
interface represents a strategy that can be used to resolve and load theClass
objects that compose a serializable object.Type TheType
interface is used to represent a method or field that has been annotated for serialization.Value TheValue
object describes a type that is represented by an XML element. -
Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.core Class Description Strategy TheStrategy
interface represents a strategy that can be used to resolve and load theClass
objects that compose a serializable object.Type TheType
interface is used to represent a method or field that has been annotated for serialization.Value TheValue
object describes a type that is represented by an XML element. -
Classes in org.simpleframework.xml.strategy used by org.simpleframework.xml.strategy Class Description Contract TheContract
object is used to expose the attribute names used by the cycle strategy.Loader TheLoader
object is used to provide class loading for the strategies.ReadGraph TheReadGraph
object is used to build a graph of the objects that have been deserialized from the XML document.ReadState TheReadState
object is used to store all graphs that are currently been read with a given cycle strategy.Strategy TheStrategy
interface represents a strategy that can be used to resolve and load theClass
objects that compose a serializable object.Type TheType
interface is used to represent a method or field that has been annotated for serialization.Value TheValue
object describes a type that is represented by an XML element.Visitor TheVisitor
interface represents an object that is used to visit each XML element during serialization.WriteGraph TheWriteGraph
object is used to build the graph that is used to represent the serialized object and its references.WriteState TheWriteState
object is used to store all graphs that are currently been written with a given cycle strategy.