Actually, the JAXB specification specifically allows for Serializable without resorting to the vendor customizations. In the globalBindings section of your customization bindings file, you can just add a jaxb:serializable element and all the types will implement serializable.
Dan On Monday 28 April 2008, [EMAIL PROTECTED] wrote: > https://jaxb.dev.java.net/2.1.2/docs/vendorCustomizations.html > http://java.sun.com/webservices/docs/2.0/jaxb/vendorCustomizations.htm >l > > best regards > jano > > > > > [EMAIL PROTECTED] > 04/28/2008 21:16 > Bitte antworten an > [email protected] > > > An > [email protected] > Kopie > > Thema > How to make generated objects Serializable [Virus checked] > > > > > > > I'm using wsdl2java to generate my client objects but they are not > serializable. Is there an option I can give to wsdl2java or some form > of binding file I can provide that will cause all of my generated > objects to be Serializable? > > Thanks... > > Chris -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
