Closed GoogleCodeExporter closed 9 years ago
The doc you refer to in GWT is outdated. Do you see the same recommendation in
GWT 2.0?
What about adding serialVersionUID to your class instead of suppressing the
warning?
Having a serialVersionUID makes serialized classes more robust to changes.
Original comment by philippe.beaudoin
on 28 Apr 2010 at 3:20
Same info.
http://code.google.com/intl/en/webtoolkit/doc/latest/FAQ_Server.html#Does_the_GW
T_RPC_s
ystem_support_the_use_of_java.io.Serializable
Original comment by brendanp...@gmail.com
on 28 Apr 2010 at 3:25
After reading this, it makes tons of sense, especially since actions and
results are
not really meant to be serialized server-side.
I will make the change.
Original comment by philippe.beaudoin
on 28 Apr 2010 at 5:34
Original comment by philippe.beaudoin
on 28 Apr 2010 at 5:40
If you want, I can so it while woring on issue 63.
Original comment by goudreau...@gmail.com
on 28 Apr 2010 at 11:03
Go ahead, I've assigned the issue to you.
Original comment by philippe.beaudoin
on 28 Apr 2010 at 3:39
Original comment by goudreau...@gmail.com
on 29 Apr 2010 at 5:41
Original comment by goudreau...@gmail.com
on 3 May 2010 at 9:08
Need review for :
http://code.google.com/r/goudreauchristian-gwtpdispatch/source/detail?
r=7bf5bb13dbcd30e83fb462fb051169f397364717
Original comment by goudreau...@gmail.com
on 3 May 2010 at 9:15
LGTM feel free to commit.
Original comment by philippe.beaudoin
on 3 May 2010 at 9:20
Original comment by goudreau...@gmail.com
on 4 May 2010 at 2:54
Original issue reported on code.google.com by
brendanp...@gmail.com
on 28 Apr 2010 at 3:10