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

2003-12-13 Thread Dalibor Topic
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

[PATCH] Serialization #6 (and final)

2003-12-07 Thread Guilhem Lavaux
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.