Uses of Package
org.simpleframework.xml.strategy

  • Class
    Description
    The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
    The Type interface is used to represent a method or field that has been annotated for serialization.
    The Value object describes a type that is represented by an XML element.
  • Class
    Description
    The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
    The Type interface is used to represent a method or field that has been annotated for serialization.
    The Value object describes a type that is represented by an XML element.
  • Class
    Description
    The Contract object is used to expose the attribute names used by the cycle strategy.
    The Loader object is used to provide class loading for the strategies.
    The ReadGraph object is used to build a graph of the objects that have been deserialized from the XML document.
    The ReadState object is used to store all graphs that are currently been read with a given cycle strategy.
    The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
    The Type interface is used to represent a method or field that has been annotated for serialization.
    The Value object describes a type that is represented by an XML element.
    The Visitor interface represents an object that is used to visit each XML element during serialization.
    The WriteGraph object is used to build the graph that is used to represent the serialized object and its references.
    The WriteState object is used to store all graphs that are currently been written with a given cycle strategy.