| Interface | Description |
|---|---|
| AMFVectorObjectAliaser |
| Annotation Type | Description |
|---|---|
| AMFDictionary |
The AMFDictionary annotation can be used to force the serialization of
a map as an AMF Dictionary.
|
| AMFVectorInt |
The AMFVectorInt annotation can be used to force the serialization of
a collection or array as an AMF Vector of int values.
|
| AMFVectorNumber |
The AMFVectorNumber annotation can be used to force the serialization of
a collection or array as an AMF Vector of double values.
|
| AMFVectorObject |
The AMFVectorObject annotation can be used to force the serialization of
a collection or array as an AMF Vector of objects.
|
| AMFVectorUint |
The AMFVectorUint annotation can be used to force the serialization of
a collection or array as an AMF Vector of unsigned int values.
|