Thanks -- That's the approach I've taken at this point -- using writeObject/readObject to serialize out to XML and back.

-jason

On Wed, 12 Oct 2005, Radu Preotiuc-Pietro wrote:
I think the definitive answer is:

- generated Java classes are serializable and the serialization format
is XML, so that when you deserialize it you can go to parent, to DOM
etc, and the behavior will be exactly the same as on the original
instance (except for classoading-related things, of course)

- the DOM implementation is currently not serializable, I don't really
know what the reason for that is.

Radu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to