Hi,

I'm not a GWT user, instead I write DataNucleus (used by AppEngine).
There's an issue around GWT and RPC serialisation when using a
bytecode enhanced class. The class (when enhanced) has a field

Object[] jdoDetachedState;

which basically contains
Object[0] is an object of the primary key type of the class
(serialisable)
Object[1] is an object representing the version of the object (Long or
Timestamp, so serialisable too)
Object[2] is a BitSet
Object[3] is a BitSet

See 
http://groups.google.com/group/google-appengine-java/browse_thread/thread/9b6983753a843b99/37a87031b5ccd768
for what GWT gives with this. My understanding is that the problem is
GWT's problem serialising the BitSet. Is this correct ? And if so is
there any chance of a fix to GWT for this? Or is there more to it ...
e.g the "Object[]" and you'd need changes at our side?
Would be nice to understand the scope of the problem at the very least
so we can plan how to go forward.

Regards
--Andy

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