classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Serialization #6 (and final)


From: Dalibor Topic
Subject: Re: [PATCH] Serialization #6 (and final)
Date: Sat, 13 Dec 2003 18:07:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Guilhem Lavaux wrote:
Hi,

Here is the last patch on serialization.
This patch fixes the behaviour of readFields() in ObjectInputStream:
* if called multiple times read fields and build field decoder only once.
* more documentation
* GetField methods should take into account the flags concerning
each serialized fields. If transient we have to make it return
a default value, if not we try to get it in the pool of read fields.
If the field doesn't exist we should throw an exception.

Looks good to me. Please check itin when Savannah comes back online.

cheers,
dalibor topic





reply via email to

[Prev in Thread] Current Thread [Next in Thread]