What steps will reproduce the problem?
1. Create serializable type MyType
2. Use an OKey<MyType> as a return object in GWT-RPC
3. Attempt to run
What is the expected output? What do you see instead?
java.lang.Class<T> is not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' or
'java.io.Serializable' nor does it have a custom field serializer
(reached via
com.googlecode.objectify.OKey<com.whatever.Myclass>)
What version of the product are you using? On what operating system?
GWT 2.0 on Ubuntu Linux
Please provide any additional information below.
Looks like the serialization of OKey is having trouble with it's Class<?
extends T> field.
Original issue reported on code.google.com by debillin on 26 Jan 2010 at 9:09
Original issue reported on code.google.com by
debillin
on 26 Jan 2010 at 9:09