Uses of Package
org.simpleframework.xml

Packages that use org.simpleframework.xml
  • Class
    Description
    The DefaultType enumeration is used to specify the type of defaults to apply to a class.
  • Class
    Description
    The Attribute annotation represents a serializable XML attribute within an XML element.
    The DefaultType enumeration is used to specify the type of defaults to apply to a class.
    The Element annotation is used to represent a field or method that appears as an XML element.
    The ElementArray annotation represents a method or field that is an array of elements.
    The ElementList annotation represents a method or field that is a Collection for storing entries.
    The ElementListUnion annotation is used to describe fields and methods that can dynamically match a schema class.
    The ElementMap annotation represents a method or field that is a Map for storing key value pairs.
    The ElementMapUnion annotation is used to describe a field or method that can dynamically match a schema class.
    The ElementUnion annotation is used to describe fields and methods that can dynamically match a schema class.
    The Namespace annotation is used to set a namespace on an element or attribute.
    The NamespaceList annotation that is used to declare namespaces that can be added to an element.
    The Order annotation is used to specify the order of appearance of XML elements and attributes.
    This Root annotation is used to annotate classes that need to be serialized.
    The Serializer interface is used to represent objects that can serialize and deserialize objects to an from XML.
    The Text annotation is used to represent a field or method that appears as text within an XML element.
    The Version annotation is used to specify an attribute that is used to represent a revision of the class XML schema.