I'd hazard a guess that it means that your GameStatus class doesn't implement the IsSerializable interface, which GWT requires of objects you try to send across the wire.
-Ben On Jan 4, 11:35 am, Magnus <[email protected]> wrote: > Hi, > > I receive the following error message: > > Server Failure: > com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: > Type 'bcs.shared.scr.GameStatus' 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 > deserialized. > > What does this mean? > > Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
