Java com.google.gwt.user.client.rpc.impl AbstractSerializationStream fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.rpc.impl AbstractSerializationStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.rpc.impl AbstractSerializationStream.

The text is from its open source code.

Field

intDEFAULT_FLAGS
The default flags to be used by serialization streams.
intSERIALIZATION_STREAM_VERSION
The current RPC protocol version.
intFLAG_ELIDE_TYPE_NAMES
Indicates that obfuscated type names should be used in the RPC payload.
intFLAG_RPC_TOKEN_INCLUDED
Indicates that RPC token is included in the RPC payload.