It's a public property. Just happens not to be changeable ?
No it's a getter-only prop, something like
public function get surface():Number {
return width*height;
}
-----Message d'origine-----
De : Tom Chiverton [mailto:[email protected]]
Envoyé : lundi 3 février 2014 15:08
À : [email protected]
Objet : Re: Flex JSON and getters
On 03/02/2014 14:43, Maurice Amsellem wrote:
> Does someone know why JSON's stringify also processes read-only properties
> (that is, getter without setter) ?
It's a public property. Just happens not to be changeable ?
Tom