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