Open GoogleCodeExporter opened 9 years ago
That's strange as PropertyChangeSupport implements Serializable.
I'll have to create a stronger test strategy for GWTx ;)
Original comment by nicolas....@gmail.com
on 17 Nov 2008 at 10:05
Original comment by nicolas....@gmail.com
on 18 Dec 2008 at 3:26
PropertyChangeSupport and VetoableChangeSupport are not serializable because
they
both have a property named source which type is Object.
To resolve this property could be made transient or a custom serializer could
be created.
This will only happen if you have an RPC Service sending or receiving values of
type
Serializable.
Original comment by cedric.l...@gmail.com
on 23 Jan 2009 at 8:13
How about solving this problem? Is it possible? This issue is now open till 4
months
and now I am standing for the same problem.
Original comment by mlegenha...@gmail.com
on 22 Apr 2009 at 8:01
I think that the issue is related to a problem that the class doesn't have
default
no-parameter constructor...
Original comment by ladislav...@gmail.com
on 4 Aug 2009 at 9:07
Original issue reported on code.google.com by
750...@gmail.com
on 17 Nov 2008 at 9:58