@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface Serialized
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
enabled
If true, this indicates that the marked field should be serialized for the indicated contexts, and if false
 then the marked field should not. 
 | 
SerializationContext[] | 
forContexts
The serialization contexts that  
Serialized applies to. | 
public abstract boolean enabled
public abstract SerializationContext[] forContexts
Serialized applies to.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.