As3mp

Process server messages, or files, into native objects, cascade the objects down to the most logical class to use for a given message.

View the Project on GitHub vankovilija/as3mp

I have been looking for a while on the web for a library that will serialize messages down to native objects that can be used with intellisense, and after a lot of looking around I decided to build my own. The library includes a RobotLegs extension that you can install and use out of the box, the extension simplifies the setup process. This library is far from complete, please report any bugs you might find, but this is the first version, any support is greatly welcome!

Features

NOTE: in order to cascade down to child types, you must register the child types in the messagecontroller or in messagecontrol if you are using the robotlegs extension.

In a nutshell this library will help improve your organization for processing server messages, I have used it in a large scale commercial project the past year, with no performance loss problems.

Enjoy!