Good point. I had forgotten that Object array was serializable. I submitted a new patch per your suggestion. (Please remove old patch from JIRA).
sean On Sun, 16 Jan 2005 21:09:47 +0100, Manfred Geiler <[EMAIL PROTECTED]> wrote: > Sean, > What I see from the patch, the _SerializedView is used twice and has > only one purpose: enclose the structure and the state Object. > So, why not take these two Objects and put them in a Object[2] array > instead. Object array is serializable as well and we would not need the > extra class. > Just my 2 cents... > > Thanks, > Manfred