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


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

The AMFVectorNumber annotation can be used to force the serialization of a collection or array as an AMF Vector of double values.

Typical usage:

 @AMFVectorNumber
 public double[] doubleValues;
 

Author:
Franck WOLFF

Optional Element Summary
 boolean fixed
           
 

fixed

public abstract boolean fixed
Default:
false