public class

CommandClientSerializationStreamReader

extends Object
implements SerializationStreamReader
java.lang.Object
   ↳ com.google.gwt.rpc.client.impl.CommandClientSerializationStreamReader

Class Overview

A peer to CommandServerSerializationStreamWriter.

Summary

Constants
String BACKREF_IDENT An identifier in the payload evaluation context that is used to hold backreferences.
Public Constructors
CommandClientSerializationStreamReader()
Public Methods
void prepareToRead(String js)
boolean readBoolean()
byte readByte()
char readChar()
double readDouble()
float readFloat()
int readInt()
long readLong()
Object readObject()
short readShort()
String readString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.user.client.rpc.SerializationStreamReader

Constants

public static final String BACKREF_IDENT

An identifier in the payload evaluation context that is used to hold backreferences.

Constant Value: "_"

Public Constructors

public CommandClientSerializationStreamReader ()

Public Methods

public void prepareToRead (String js)

public boolean readBoolean ()

public byte readByte ()

public char readChar ()

public double readDouble ()

public float readFloat ()

public int readInt ()

public long readLong ()

public Object readObject ()

public short readShort ()

public String readString ()