One final stab at improving lambda serialization
Brian Goetz
brian.goetz at oracle.com
Mon Aug 19 08:58:30 PDT 2013
Those of you receiving this in plain text (which probably is everyone on
the -observers lists) will have some trouble deciphering. Mailman
helpfully put the attachment here but not in a very useful format:
http://mail.openjdk.java.net/pipermail/lambda-libs-spec-experts/attachments/20130819/48ba02a4/attachment-0001.html
I've uploaded a more readable copy to:
http://cr.openjdk.java.net/~briangoetz/eg-attachments/lambda-serialization.html
On 8/19/2013 11:37 AM, Brian Goetz wrote:
> *Background*
>
> The fundamental challenge with serialization is that the code that
> defined a class at serialization time may have changed by the time
> deserialization happens. Serialization is defined to be tolerant of
> change to a certain extent, and admits a degree of customization to
> allow additional flexibility.
>
> ...
More information about the lambda-libs-spec-observers
mailing list