Package com.carbonfive.flash.decoder

All necessary decoders to translate ASObjects to Java objects.

See:
          Description

Class Summary
ActionScriptDecoder Decode an ActionScript object (of some type) to a Java object (of some type).
ArrayDecoder Decodes an ActionScript list to a Java array.
CachingDecoder Provides referenced-based caching for ActionScript to Java decoding.
CollectionDecoder Decodes an ActionScript list to a Java collection (list or set).
DateDecoder  
DecoderFactory  
JavaBeanDecoder Decodes an ActionScript object to a Java object.
MapDecoder Decodes an ActionScript object to a Java map.
NativeDecoder Decodes an ActionScript native object to a Java native object.
NumberDecoder Decode an ActionScript number (a double) to a Java number (of any type).
 

Package com.carbonfive.flash.decoder Description

All necessary decoders to translate ASObjects to Java objects.