> "Robert" == Robert Schuster <[EMAIL PROTECTED]> writes:
Robert> And the bad one: There is an evil problem with object
Robert> references. These happen when you write an object twice or
Robert> more to the stream.
Robert> o = new Object();
Robert> encoder.writeObject(o);
Robe
Hi,
the big and evil XMLEncoder patch is finally ready for the public. :)
First the good news: It works and behaves in many ways like the JDK.
And the bad one: There is an evil problem with object references. These
happen when you write an object twice or more to the stream. It is fine if
you do