Hi,

I see a few posts on the list concerning XMLBeans Serialization, but nothing seems to answer the question definitively: Is Serialization officially supported?

My particular case is this: I have my own Serializable classes which contain member variables that are DOM Objects obtained from XMLBeans objects. The Document implementation from XMLBeans is not serializable, so I am unable to serialize my class. My thought at this point is that I will need to muck about with writeObject/readObject on my own class to serialize the DOM Document to plain XML Strings and back.

(This is all with 2.0.0, by the way)

Any ideas?
-jason

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

Reply via email to