Hi,

I'm having trouble serializing one of my classes which I want to send
via RPC. The class implements java.io.Serializable, but for some
reason I get an exception (show in full at the bottom of this
message).

After doing a bit of debugging, it looks like the problem is that GWT
isn't finding "typeSignature" in
AbstractSerializationStreamWriter.writeObject( .. ).

I've been staring at the problem for ages now and can't find any
problem with my code. I'm serializing lots of other classes
successfully, but for some reason GWT has a problem with this (very
simple) class.

Any ideas?

Thanks,

Jon

-- 
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.

Reply via email to