I've hit a problem trying to serialize an object from one (clojure) server to another (java). I was *hoping* to simply use (PROXY) to implement the object I want to send in clojure, and serialize that across the stream. Unfortunately java barfs about:
java.io.NotSerializableException: clojure.lang.PersistentHashMap $LeafNode which I interpret to mean that the internal clojure implementation is NOT serializable, due to its data structures. So it looks like I will have to implement the object I want to send across the stream in Java, not clojure (sigh) Any ideas anyone? --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---