You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hello,
It would be helpful if GWT compiler can ignore java.io.Serialization interface. I saw several people asking for this small but very useful enhancement.
Thank you, Alexei
VivekPrahlad
unread,
Aug 18, 2006, 12:02:55 AM8/18/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I second that request - here's a use case (this is just one of several, I'm sure): there are situations where it makes sense to expose an application's services not just as GWT services but also as, for example, Hessian or Burlap services - these frameworks require that the objects used in the service interface implement Serializable.