google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Serialization of OKey's Class<T> #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in trunk, 1.0.2 will be rolled out later today.

Original comment by lhori...@gmail.com on 26 Jan 2010 at 11:56