Is it possible to get all member variables in flash(AS3)?
Posted
by Parris
on Stack Overflow
See other posts from Stack Overflow
or by Parris
Published on 2010-04-15T22:48:40Z
Indexed on
2010/04/15
22:53 UTC
Read the original article
Hit count: 268
Hi, I am trying grab all the member variables in AS3, and then foreach one i would like to process it in various ways. I would need the name and then if it is a collection of some type I would like to loop through that collection as well. I am attempting to essentially serialize in a somewhat custom fashion. Thanks!
© Stack Overflow or respective owner