[concurrency-interest] Concurrent Serialization Pattern
Bob Lee
crazybob at crazybob.org
Thu Sep 14 20:12:37 EDT 2006
On 9/14/06, Kevin Condon <conivek at gmail.com> wrote:
> Really just
> need to make lock a transient final. Then it doesn't have to be
> serialized and you're not forced to use custom serialization if you
> don't want to. I didn't realize that the final sematics had
> precedence over the transient qualifier, so I incorrectly thought that
> lock would have the default null value after deserialization.
Holy cow, I always incorrectly thought that, too! Off to clean up some code...
Bob
More information about the Concurrency-interest
mailing list