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


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

The AMFDictionary annotation can be used to force the serialization of a map as an AMF Dictionary.

Typical usage:

 @AMFDictionary
 public IdentityMap<String, Object> dictionary;
 

Author:
Franck WOLFF

Optional Element Summary
 boolean weakKeys
           
 

weakKeys

public abstract boolean weakKeys
Default:
false