Closed GoogleCodeExporter closed 9 years ago
Hi Dennis,
If you already have some code that works properly. I'll be happy to apply the
changes to the source code. I see there are some tricks to implement
Serializable Enums with GWT.
Original comment by ctasada
on 11 Jun 2012 at 8:54
All I did was add "implements IsSerializable" to the two enum types I mentioned
(and included the appropriate import.) Everything worked (i.e., serialized)
with that change.
Original comment by drfoste...@gmail.com
on 12 Jun 2012 at 2:44
Implemented in r414
Original comment by ctasada
on 12 Jun 2012 at 8:05
Thanks!
Original comment by drfoste...@gmail.com
on 12 Jun 2012 at 8:44
Original issue reported on code.google.com by
drfoste...@gmail.com
on 5 Jun 2012 at 6:23Attachments: