You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stephen Colebourne <sc...@btopenworld.com> on 2003/12/07 03:06:49 UTC

[collections] Any serialization experts?

The HashedMap class and subclasses have had to have a complex serialization
setup created. This is because LRUMap has state data that needs to be read
in before the superclass HashedMap is read in, but that isn't how default
serialization works.

So, are there any serialization experts out there? Or anyone just feel like
design reviewing what I've done?

I'm also moving towards creating an AbstractHashedMap class to help clarify
subclass responsibilties like this.

Stephen


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org