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/serialization/

Regards,
Shantanu

On Nov 23, 5:50 pm, Islon Scherer <islonsche...@gmail.com> 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 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