> Note that final fields are supported in gwt-rpc, but you need to set rpc.XserializeFinalFields to true in your .gwt.xml file:
> <set-property name="rpc.XserializeFinalFields" value="true" />
I set that property, but I am still getting this serialization error:
Exception while dispatching incoming RPC call
com.google.gwt.user.client.rpc.SerializationException:
Type 'com._3dmathpuzzles.slitherlink.RectangularWithDiagonalsPuzzle' was not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.
For security purposes, this type will not be serialized.:
instance = com._3dmathpuzzles.slitherlink.RectangularWithDiagonalsPuzzle@23a80ce8
Is there a way to find out more specifically what GWT RPC does not like about
my class?
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
No comments:
Post a Comment