Annotation Interface Serialized
Indicates whether the attribute contents should be serialized in the given context(s).
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIf true, this indicates that the marked field should be serialized for the indicated contexts, and if false then the marked field should not.The serialization contexts thatSerializedapplies to.
-
Element Details
-
enabled
boolean enabledIf true, this indicates that the marked field should be serialized for the indicated contexts, and if false then the marked field should not.- Returns:
- whether the marked field should be serialized
- Default:
true
-
forContexts
SerializationContext[] forContextsThe serialization contexts thatSerializedapplies to.- Returns:
- the serialization contexts
- Default:
{ALL}
-