Interface Name


interface Name
This contains the default attribute names to use to populate the XML elements with data relating to the object to be serialized. Various details, such as the class name of an object need to be written to the element in order for it to be deserialized. Such attribute names are shared between strategy implementations.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default name of the attribute used to specify the class.
    static final String
    The default name of the attribute used to specify the length.
    static final String
    The default name of the attribute used to identify an object.
    static final String
    The default name of the attribute used for circular references.