org.granite.messaging.amf.types
Annotation Type AMFVectorObject


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface AMFVectorObject

The AMFVectorObject annotation can be used to force the serialization of a collection or array as an AMF Vector of objects.

Typical usage:

 @AMFVectorObject(type="String")
 public String[] stringArray;
 

Author:
Franck WOLFF

Optional Element Summary
 boolean fixed
           
 String type
           
 

type

public abstract String type
Default:
""

fixed

public abstract boolean fixed
Default:
false