@Target(value=FIELD) @Retention(value=RUNTIME) public @interface AmfIgnoreField
useDirectFieldAccess
is set to true.
By default, the field will be ignored during both serialization and deserialization. To change this behavior, set the
onSerialization or onDeserialization attribute accordingly.
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
onDeserialization
When
true, the field will be ignored during deserialization from AMF. |
boolean |
onSerialization
When
true, the field will be ignored during serialization to AMF. |
public abstract boolean onSerialization
true, the field will be ignored during serialization to AMF. Defaults to true.public abstract boolean onDeserialization
true, the field will be ignored during deserialization from AMF. Defaults to true.Copyright © 2014. All rights reserved.