Atomic types in Criteria, ok. So what is the addCriteria(String, Object) for?
Announcement
Collapse
No announcement yet.
X
-
Originally posted by Isomorphic View PostPlease please don't give us bogus sample code to analyze. It's hard enough to provide guidance based on partial code when the code is actually real.
We're not sure what's in that Object, but GWT as a whole cannot do general-purpose serialization of Java objects between client and server (which would be basically magic..). The docs for rpcRequest.data explain what Java Objects can be transmitted to the server - basically atomic types and most Collections.
Comment
Comment