users@jaxb.java.net

JAXException

From: Harry Greijer <Harry.Greijer_at_ibs.se>
Date: Wed, 05 Feb 2003 09:40:33 +0100

Hi.

I'm working in a enviroment where everything is Serializable.
We use the Command pattern.
I'm doing some test using JAXB for generating xmls. Great Technic!
But all my commands implements Serializable.
I did a hack that added Serializable to all value objects generated by
jaxb.
But it was not good enough because JAXException did not.

Is there any problems for you to add this Serializable to all classes in
the framwork to?

If anybody whats my "Serializable" hack let me know (Its not a beauty but
it works).

/Hagge