|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface AMFVectorUintThe 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;
| Optional Element Summary | |
|---|---|
boolean |
fixed
|
public abstract boolean fixed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||