On Saturday, March 15, 2014 6:04:32 AM UTC+1, Paul wrote: > > I can't even figure out where the client side magic number is generated. >
It's generated from the class name and serializable fields. It's done by SerializationUtils.generateSerializationSignature on the client-side (generating the serialization policy): https://gwt.googlesource.com/gwt/+/2.6.0/user/src/com/google/gwt/user/rebind/rpc/SerializationUtils.java and by SerializabilityUtil.generateSerializationSignature on the server-side: https://gwt.googlesource.com/gwt/+/2.6.0/user/src/com/google/gwt/user/server/rpc/impl/SerializabilityUtil.java -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
