views:

12

answers:

0

I have a bunch of classes that are to be serialized. flash.net.RegisterAlias() makes this easy, but I'd rather not have to make a list of the classes to register. I'd rather have an autodiscovery mechanism that will find all the classes to register and do so.

Is there a good way to implement autodiscovery of this kind in as3?