On May 7, 11:55 am, Michael Jaaka <[email protected]> wrote: > I was searching for function which converts to and back all clojure > structures like maps, vectors and sequences to serializable java > objects.
In Clojure 1.2 the core Clojure data structures will all be Serializable. You can test this in the current development master branch. -S -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
