users@jaxb.java.net

Re: Making generated classes serializable

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_sun.com>
Date: Fri, 21 Mar 2003 18:29:19 -0500

Canning, Chuck wrote:
> Hi,
>
> I was wondering if there was anyway to make the classes serializable. I have
> an enumerated type that I use as constants and I need to serialize them. Is
> there any way to do this?
>

http://java.sun.com/webservices/docs/1.1/jaxb-1.0/vendor.html#serializable

--Ryan