One way to do this is to convert the BD on the cllient to a string and on the server you convert the string back to a BD.
On Thu, Nov 18, 2010 at 8:44 AM, zephyran <[email protected]> wrote: > Hello, > > I am using GWT 2.1.0 version. When I try to receive BigDecimal object > from RPC, it works. > However, when I sent the object via RPC, I got SerializationException > (BigDecimal is not in whitelist, so the object can not be > deserialized). > > Does anyone have idea about this? > > Thanks in advance. > > Myoungki > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- *Jeff Schwartz* -- 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.
