We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e917e commit 68c238fCopy full SHA for 68c238f
user/src/com/google/gwt/user/client/rpc/impl/AbstractSerializationStream.java
@@ -47,7 +47,7 @@ public abstract class AbstractSerializationStream {
47
/**
48
* The current RPC protocol version.
49
*/
50
- public static final int SERIALIZATION_STREAM_VERSION = 7;
+ public static final int SERIALIZATION_STREAM_VERSION = 8;
51
52
53
* The oldest supported RPC protocol version.
0 commit comments