|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.rpc.impl.AbstractSerializationStream
public abstract class AbstractSerializationStream
Base class for the client and server serialization streams. This class handles the basic serialization and deserialization formatting for primitive types since these are common between the client and the server.
| Field Summary | |
|---|---|
static int |
DEFAULT_FLAGS
The default flags to be used by serialization streams. |
static int |
FLAG_ELIDE_TYPE_NAMES
Indicates that obfuscated type names should be used in the RPC payload. |
static char |
RPC_SEPARATOR_CHAR
The character used to separate fields in client->server RPC messages. |
static int |
SERIALIZATION_STREAM_MIN_VERSION
The oldest supported RPC protocol version. |
static int |
SERIALIZATION_STREAM_VERSION
The current RPC protocol version. |
| Constructor Summary | |
|---|---|
AbstractSerializationStream()
|
|
| Method Summary | |
|---|---|
void |
addFlags(int flags)
|
int |
getFlags()
|
int |
getVersion()
|
boolean |
hasFlags(int flags)
|
void |
setFlags(int flags)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_FLAGS
public static final char RPC_SEPARATOR_CHAR
ServerSerializationStreamWriter.deserializeStringTable
ClientSerializationStreamReader.getQuotingRegex
public static final int SERIALIZATION_STREAM_VERSION
public static final int SERIALIZATION_STREAM_MIN_VERSION
public static final int FLAG_ELIDE_TYPE_NAMES
| Constructor Detail |
|---|
public AbstractSerializationStream()
| Method Detail |
|---|
public final void addFlags(int flags)
public final int getFlags()
public final int getVersion()
public final boolean hasFlags(int flags)
public final void setFlags(int flags)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||