Indeed -- well, the patch file is there in assembla if you need
keyword serializability right now. Otherwise, I can't imagine it'll
be long before it's brought into the github HEAD (though I'm certain
Rich has more pressing things to handle).
- Chas
On Aug 14, 2009, at 3:18 PM, bradford cr
the serializeability issues also come up with cascading/hadoop.
On Thu, Aug 13, 2009 at 7:58 PM, Chas Emerick wrote:
>
> On Jul 31, 1:47 pm, Chris Kent wrote:
> > Great. As far as my (possibly flawed) understanding goes it should be
> > pretty simple. Make it implementSerializableand add a re
On Jul 31, 1:47 pm, Chris Kent wrote:
> Great. As far as my (possibly flawed) understanding goes it should be
> pretty simple. Make it implementSerializableand add a readResolve
> method that returns intern(sym). sym will have already been interned
> by its own readResolve method.
No, you're
Great. As far as my (possibly flawed) understanding goes it should be
pretty simple. Make it implement Serializable and add a readResolve
method that returns intern(sym). sym will have already been interned
by its own readResolve method.
On Jul 31, 3:03 am, Chas Emerick wrote:
> It turns out
It turns out that a framework we've been using is able to serialize
*any* Java class, whether it implements Serializable or not -- so,
we've been happily serializing keywords without them explicitly
supporting it for some time.
However, making Keyword formally Serializable has other benefits,
spe
Hi
Are there any fundamental reasons why the Keyword class shouldn't be
serializable? I've been playing around with Clojure and Wicket and
it's not possible to use maps containing Keywords in Wicket page
classes. Wicket pages are serialized and stored in the session
between requests and this fa