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


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

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

Typical usage:

 @AMFVectorUint
 private long[] unsignedIntValues;
 

Author:
Franck WOLFF

Optional Element Summary
 boolean fixed
           
 

fixed

public abstract boolean fixed
Default:
false