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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to