Yes, java serialization is what I want but I don't know how to do a record implement the Serializable interface.
On Nov 23, 2:46 pm, Shantanu Kumar <[email protected]> wrote: > Not sure about your exact requirement, but can Java serialization > help? You may need to extend the Serializable interface to the > records.http://java.sun.com/developer/technicalArticles/Programming/serializa... > > Regards, > Shantanu > > On Nov 23, 5:50 pm, Islon Scherer <[email protected]> wrote: > > > > > > > > > Hi people, I want to serialize records to further deserializing, is > > there a way to do that? > > (pr-str myrecord) doesn't seen to work. > > I was thinking about something like (to-map record) and (from-map > > RecordClass record) to serialize and deserialize. > > Any sugestions? > > > Islon -- 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
