We use BigDecimal thanks to gwt-math 2.1. We do not use BigInteger,
however after upgrading to GWT 2.0.0 our app is broken because
BigInteger is not on the whitelist. If I force it onto the whitelist
using the technique described here, the problem changes to:
com.google.gwt.user.client.rpc.SerializationException: Type '[I' 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.: instance =
[I@723358
Any idea where I should look next?
Thanks.
> > serializition class into SerializationPolicywhitelist. Before 2.0, I