Package org.granite.messaging.amf.types

Interface Summary
AMFVectorObjectAliaser  
 

Class Summary
AMFAbstractVectorValue  
AMFBasicVectorObjectAliaser  
AMFDictionaryValue  
AMFSpecialValue<T>  
AMFSpecialValueFactory  
AMFVectorIntValue  
AMFVectorNumberValue  
AMFVectorObjectValue  
AMFVectorUintValue  
 

Annotation Types Summary
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.