diegosae / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

Add support for encoding/decoding ObjectProxy/ArrayCollection #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
An option to decode directly to ObjectProxy/ArrayCollection would be very
helpful when developing in the Flex framework. That way decoded objects can
be used for binding without any modification.

For decent round-tripping the encode process should encode
ObjectProxy.object and ArrayCollection.source instead of the Proxy.

Original issue reported on code.google.com by dthomp...@gmail.com on 25 Aug 2008 at 4:53