Is there any way to control the ordering of the serialization in Flex’s JSON.serialize()?
Is there any way to control the ordering of the serialization in Flex’s JSON.serialize()
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If this is about Adobe ( pre-Fex 4.8 ) JSON – maybe overriding the method would do, but I would suggest using some free JSON implementation project, and replace the order to match best your needs, or just close the Flex 4.8 from Apache and create a mirroring class with your replacement into the implementation.