My response was going to be "heck yes"...but Ian and sim123 beat me to it.
@ Ian: if you import <inherits name="com.googlecode.gwt.math.Math"/> in your gwt.xml, you can have BigDecimal in your client code. Not part of the official release, but we're tossing around BigDecimals between GWT and Hibernate all the time.... On Oct 16, 12:47 pm, sim123 <[EMAIL PROTECTED]> wrote: > Yes. > > On Oct 16, 11:26 am, Suri <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > I'm trying to write a service that will return objects to be used at > > the client side. I understand that I'll need to create transfer > > objects essentially implementing the isSerializable interface so that > > GWT can correctly compile and use them. Since, I'm aware that only > > primitive types or wrappers of primitive types and collections of > > these can be passed along or custom classes that only have such > > instance variables, my question is this: > > > If I have 2 objects > > > X implements isSerializable > > - int > > - String > > - HashMap<String, String> > > > Y implements isSerializable > > - int > > - String > > - List<X> > > > Can Y be passed successfully using the GWT RPC mechanism?- Hide quoted text > > - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
