Hi, I need to convert an AS3 class into XML based on all the public/private properties that the AS3 class has. However, I have not been able to find a way or any API that allow me traverse through all properties that a class has. This should be a generic way that can be applied to any AS3 class.
I did look at the XMLTools.as file written by Michael J. Prichard. However, it seems to work with AS2 only. Any advice is greatly appreciated. Regards, Tung Chau

