Re: [cp-patches] RFC: XMLEncoder and related infrastructure

2006-01-06 Thread Tom Tromey
> "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

[cp-patches] RFC: XMLEncoder and related infrastructure

2006-01-05 Thread Robert Schuster
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