Re: [classlib][serialization] Conditional object replacement in ObjectInputStream - bug in RI?

2006-10-25 Thread Alexei Zakharov
Hi, I have posted the patch for HARMONY-1920. I will be glad if some committer take a look at it. I mean the more powerfull one than me :-/ I've also tried to resolve HARMONY-1921, but it seems a good luni expertice is required for that. So it may be the good task for local luni exprets

Re: [classlib][serialization] Conditional object replacement in ObjectInputStream - bug in RI?

2006-10-20 Thread Alexei Zakharov
Hi Mikhail, I don't see any problems with the RI behavior here. The spec says about the ObjectInputStream#resolveClass() method: This method will be invoked only once for each unique class in the stream. So your TestObjectInputStream#resolveClass() will be called only once. And all serialized

[classlib][serialization] Conditional object replacement in ObjectInputStream - bug in RI?

2006-10-19 Thread Mikhail Markov
Hi! I've recently filed 2 JIRAs (HARMONY-1920 and HARMONY 1921) related to the object replacement in ObjectInputStream by means of resolveObject() method and during experimenting with the tests, created the test which replaces the object according to some rule (see the code at the bottom of the