> Is there a way to customize that conversion function to stringify > ArrayCollection - encode it into a string?
Yeah, I guess you should write a custom JSONSerializer and JSONDeserializer, for ArayCollection, you can serialize the source Array instead for example. Frédéric THOMAS ---------------------------------------- > Date: Mon, 15 Jun 2015 14:18:08 -0700 > From: oleg...@gmail.com > To: users@flex.apache.org > Subject: Re: Adding JS graph to Flex project > > Yes, that worked for me too with: > var jsonStr:Sting = JSON.stringify(employees, null, 4); > > But in reality my value object is much more complex > and includes ArrayCollection children and some boolean (so it fails to > work). > Is there a way to customize that conversion function to stringify > ArrayCollection - encode it into a string? > > And if I try to debug it, it fails with source not found. > How can I add a Flex 4.6 source into FB4.5.1? > > > Please advise. > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Fwd-Adding-JS-graph-to-Flex-project-tp10537p10591.html > Sent from the Apache Flex Users mailing list archive at Nabble.com.