gwt /
gwt /
d3c81d049a167a548cc1389823645cec1b436f53 Implementing RPC for java.util.Arrays.ArrayList.
Getting this to work required changing how custom field serializers are handled.
- CustomFieldSerializerValidator would only verify assignability rather than exact type match on the second argument of a custom field serializer's serialize and deserialize methods.
- However, both the generated TypeSerializer and the server implementations would die horrible deaths if the types did not match exactly.
- Since I needed the looser behavior to implement my custom field serializer anyway, I went ahead and changed TypeSerializerCreator and the ServerSerializationStreams to work with looser declared types.
Review by: bobv (desk)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2472 8db76d5a-ed1c-0410-87a9-c151d255dfc7
12 files changed