|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface AMFVectorIntThe AMFVectorInt annotation can be used to force the serialization of a collection or array as an AMF Vector of int values.
Typical usage:
@AMFVectorInt public int[] intValues;
| Optional Element Summary | |
|---|---|
boolean |
fixed
|
public abstract boolean fixed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||