Can Richfaces (de)serialize objects? Say for instance, I have a row of data being displayed in a richfaces table. Can I serialize the row of data to a string and later deserialize it back into a row?
Can Richfaces (de)serialize objects? Say for instance, I have a row of data being
Share
It is also possible to turn a JSON object into a string in javascript. The following link contains a good tutorial on JSON:
http://www.hunlock.com/blogs/Mastering_JSON_%28_JavaScript_Object_Notation_%29