Hi ! I have a Service method that returns a HashMap<String, Object>. I have to put String, Integer, Long, BigDecimal and Date as values in. If I put only String, it works perfectly. If I put anything else, I have a serialization problem : com.google.gwt.user.client.rpc.SerializationException: Type 'java.math.BigDecimal' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized.
Any idea ? Thanks in advance, Christophe -- 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.
