1. Retrieve a serialized array from database, and deserialize it into a list.
2. Edit/Add data
3. Reserialize and send it all back.
What are the steps needed to do this? If this is possible at all.
I am able to retrieve the data, and also reserialize it. I am just not able to edit or add data.