| Annotation Type | Description |
|---|---|
| Enumerated |
Decides how the annotated enum should be serialized/deserialized.
|
| EserialAnnotation |
The parent annotation for all annotations influencing the serialization/deserialization process.
|
| ExcludeThis |
Indicates that an element should be excluded from the serialization/deserialization process.
|
| IncludeElements |
Holds a list of element names which should be included in the serialization/deserialization process.
|
| IncludeMatching |
Holds a list of constraints which should all be true for an element
to be included in the serialization/deserialization process.
|
| UseToString |
Indicated that the annotated element's
toString() method should be used for serializing. |