users@jaxb.java.net

xjc: how to make a class implement Serialiazable without changing the schema?

From: Dmitri Colebatch <colebatchd_at_gmail.com>
Date: Wed, 1 Jun 2005 11:58:38 +1000

Hi all,

I want to use xjc to generate java classes for 3rd party schemas - as
such I don't have control over the schemas and would like to avoid
having to xslt them in order to have the generated classes implement
Serializable.

Is it possible to direct xjc to make all generated classes implement
the Serializable interface without changing the schemas?

cheers
dim