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