Re: [json-lib-user] Is JSONArray serializable ?
Brought to you by:
aalmiray
From: Andres A. <aal...@ya...> - 2008-12-15 18:33:47
|
Hi Jeyaram, At the moment it is not possible to use Java serialization as those classes do not implement the marker Serializable interface, but I don't see why they couldn't in a future release, given that they should contain simple values. I'll add a FR to the site to keep track of this. Cheers, Andres ------------------------------------------- http://jroller.com/aalmiray http://www.linkedin.com/in/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those who understand binary, and those who don't. To understand recursion, we must first understand recursion. ________________________________ From: Jeyaram Gurusamy <jey...@gm...> To: jso...@li... Sent: Sunday, December 14, 2008 3:07:24 PM Subject: [json-lib-user] Is JSONArray serializable ? 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 |