@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface Serialized
| Modifier and Type | Optional Element and Description | 
|---|---|
| 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. | 
| SerializationContext[] | forContextsThe serialization contexts that  Serializedapplies to. | 
public abstract boolean enabled
public abstract SerializationContext[] forContexts
Serialized applies to.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.