That was me and I blogged it for good measure (
http://tech.puredanger.com/2010/11/23/implementing-java-interfaces-with-clojure-records/
) and added the example to clojure docs (
http://clojuredocs.org/clojure_core/clojure.core/defrecord#example_550
).

On Nov 24, 6:10 am, Islon Scherer <islonsche...@gmail.com> wrote:
> Thanks for the answers!
> Some guy told me on irc that you can implement interfaces right in the
> record definition like
> (defrecord R [a b] SomeInterface (methods...))
>
> Regards.
> Islon
>
> On Nov 24, 4:25 am, Shantanu Kumar <kumar.shant...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Shantanu Kumar wrote:
> > > Islon Scherer wrote:
> > > > Yes, java serialization is what I want but I don't know how to do a
> > > > record implement the Serializable interface.
>
> > > The following two steps may help:
>
> > > (defrecord Foo [a b])
> > > (extend java.io.Serializable Foo)
>
> > Oops! that was a bit too fast. Records already implement Serializable.
>
> > Regards,
> > Shantanu

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