8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
Doug Lea
dl at cs.oswego.edu
Wed Oct 23 17:05:23 UTC 2013
On 10/23/2013 12:33 PM, Alan Bateman wrote:
>> I might have been tempted to conserve on classes and code duplication to
>> share a serialization proxy between the classes and maybe even shorten the name.
>> But it is hard to argue with the simplicity and directness of this design.
> I don't have a strong opinion on this, it could be something really like short
> (if Doug is inclined).
Well I was going to call it
TheClassThatTheSerializationTestersNeedlesslyRequire,
but SerializationProxy is bulky enough to remind me why
I did it :-)
>
> -Alan.
>
More information about the core-libs-dev
mailing list