Rich:

This change makes this class unable to deserialize prior serialized forms of
this class. I'm not a committer, but I'd like to suggest that such a change
be voted on prior to inclusion. In order to retain the ability to
deserialize prior versions, readObject must issue a readInt call (to
retreive the int compatibility version) before continuing deserialization.

Tom Drake

----- Original Message -----
From: "Rich Dougherty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 12:47 AM
Subject: [Collections] NodeCachingLinkedList serialization / license issues?


> Here is a patch that fixes serialization for NodeCachingLinkedList,
> allowing all the tests to pass. I've also changed the interface for
> testing serialization slightly so that the compatibility version is a
> String instead of an int. This allows minor numbers to be used. eg
> "2.2".
>
> Also, I have some concerns about the code for
> NodeCachingLinkedList. It looks like a lot of the code has been copied
> from Sun's LinkedList implementation. If I understand correctly, this
> makes the code unsuitable for inclusion in an Apache project.
>
> Rich
>
>


----------------------------------------------------------------------------
----


> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to