6/2/2010 10:50:14 PM
Title:
Serialize
How to serialize an array in Adobe AIR?
Tyson
Points: 550
Posts:0
6/2/2010 11:40:38 PM
there is no serialization technique in flex the data send is comma separated. You have to manually decipher the data on the server side then other way is to use JSON for flash.
You can find JSON at http://code.google.com/p/as3corelib/
An example using Flex JASON and .net
http://blog.shrefler.net/?p=5
6/3/2010 12:17:07 AM
check this tutorial to use JSON for serialization and sending data
http://www.switchonthecode.com/tutorials/flex-php-tutorial-transmitting-data-using-json