Package org.simpleframework.xml.strategy
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
FieldsModifier and TypeFieldDescriptionstatic 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.
-
Field Details
-
MARK
The default name of the attribute used to identify an object.- See Also:
-
REFER
The default name of the attribute used for circular references.- See Also:
-
LENGTH
The default name of the attribute used to specify the length.- See Also:
-
LABEL
The default name of the attribute used to specify the class.- See Also:
-