Flex: How do you list private attributes of a class?

Posted by mensonge on Stack Overflow See other posts from Stack Overflow or by mensonge
Published on 2010-06-11T09:46:37Z Indexed on 2010/06/11 9:53 UTC
Read the original article Hit count: 227

Hi,

I try to serialize objects with their private attributes, in Flex.

The introspection API does not seem to allow it: "The describeType() method returns only public members. The method does not return private members of the caller's superclass or any other class where the caller is not an instance."

Is there another way for an instance to know the name of its private members?

© Stack Overflow or respective owner

Related posts about flex

Related posts about serialization