[json-lib-user] Is JSONArray serializable ?
Brought to you by:
aalmiray
From: Jeyaram G. <jey...@gm...> - 2008-12-14 23:07:28
|
Dear All, I am trying to store a JSONArray into a caching solution that expect the objects to be serializable. JSONArray doesn't seem to implement serializable. Is there any way to store JSONArray or JSONObject into a cache that expect them to be serializable ? Thank you Regards Jeyaram |