Spring BlazeDS Integration

org.springframework.flex.core.io
Annotation Type AmfIgnoreField


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface AmfIgnoreField

Indicates a field to be skipped during the AMF conversion process. This annotation is only considered when 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.

Author:
Jeremy Grelle

Optional Element Summary
 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.
 

onSerialization

public abstract boolean onSerialization
When true, the field will be ignored during serialization to AMF. Defaults to true.

Default:
true

onDeserialization

public abstract boolean onDeserialization
When true, the field will be ignored during deserialization from AMF. Defaults to true.

Default:
true

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.