This is not solvable in the most general case. Java serialization tries 
really hard to be a completely generic format, but when you have a large 
graph of complex objects it becomes unwieldy and inefficient.

Clojure's pr/read will suffice if you restrict yourself to types that can be 
read by the Clojure reader. For more complex data, you probably want a 
custom format that takes advantage of characteristics of your application's 
data to achieve better efficiency.

-Stuart Sierra
clojure.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to