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 TheStrategyinterface represents a strategy that can be used to resolve and load theClassobjects that compose a serializable object.Type TheTypeinterface is used to represent a method or field that has been annotated for serialization.Value TheValueobject 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 TheStrategyinterface represents a strategy that can be used to resolve and load theClassobjects that compose a serializable object.Type TheTypeinterface is used to represent a method or field that has been annotated for serialization.Value TheValueobject 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 TheContractobject is used to expose the attribute names used by the cycle strategy.Loader TheLoaderobject is used to provide class loading for the strategies.ReadGraph TheReadGraphobject is used to build a graph of the objects that have been deserialized from the XML document.ReadState TheReadStateobject is used to store all graphs that are currently been read with a given cycle strategy.Strategy TheStrategyinterface represents a strategy that can be used to resolve and load theClassobjects that compose a serializable object.Type TheTypeinterface is used to represent a method or field that has been annotated for serialization.Value TheValueobject describes a type that is represented by an XML element.Visitor TheVisitorinterface represents an object that is used to visit each XML element during serialization.WriteGraph TheWriteGraphobject is used to build the graph that is used to represent the serialized object and its references.WriteState TheWriteStateobject is used to store all graphs that are currently been written with a given cycle strategy.