> Does all this work with cycles, Java arrays, etc.?

It will work with anything that implements the Serializable interface
in Java.  Arrays do implement that interface, as do all the
primitives.  With respect to cycles, I'd suspect it does, but would
test it.  If you have a repl handy it should be pretty easy to test
those functions out on your data structures.

What class has the cycle?  Is it a standard collection?

Regards,

Kyle


-- 
------------------------------------------------------------------------------
kyle.bur...@gmail.com                            http://asymmetrical-view.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