Fixes issue 1139, add java.io.Serializable to our JRE classes.  EnumMap, EnumSet, LinkedHashMap and LinkedHashSet were excluded because they are not yet complete.  

PriorityQueue, TreeMap, and TreeSet were excluded because they can have user specified comparators which may not be Serializable at all.  We should revisit this decision if there is a demand.

Patch by: mmendez
Review by: jat

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1578 8db76d5a-ed1c-0410-87a9-c151d255dfc7
12 files changed