GWT Serialization: ‘Expected type 'int' but received an out-of-range value’

GWT Serialization: ‘Expected type 'int' but received an out-of-range value’

Problem While the GWT application works fine in development mode, it reports a mysterious NumberFormatException exception in production mode upon deserialization of an RPC on the server side. java.lang.NumberFormatException: Expected type 'int' but received an out-of-range value: -43400113595222000 at [..]ServerSerializationStreamReader.getNumberFormatException(ServerSerializationStreamReader.java:839) Analysis Apparently

By Max Rohde