google-code-export / gwt-dispatch

Automatically exported from code.google.com/p/gwt-dispatch
1 stars 0 forks source link

Please use Serializable for Result interface instead of IsSerializable #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In our project we can compile completely without a direct dependency on 
gwt-servlet.jar, except for 1 class: Result.java since it extends 
IsSerializable.

As far as I know this could just as well be the regular Serializable interface.
I don't if there are any reasons not to use that, but it would be really 
convenient.

Original issue reported on code.google.com by bwijsmul...@gmail.com on 7 Jun 2012 at 9:45

GoogleCodeExporter commented 9 years ago
For a nice explanation (which I hope is just an extra):
http://code.google.com/p/welikegwt-presentation/wiki/GwtRpc

Original comment by bwijsmul...@gmail.com on 8 Jun 2012 at 7:50

GoogleCodeExporter commented 9 years ago
Btw, I'm guessing that the problem could be worked around by offering an 
alternate interface for dispatch to accept/work with, that extends 
Serializable. This way developers can choose which one to use.

Original comment by bwijsmul...@gmail.com on 8 Jun 2012 at 7:52