Base class for the client and server serialization streams. This class
handles the basic serialization and desirialization formatting for primitive
types since these are common between the client and the server.
Deserialize an object with the given type signature.
Parameters: typeSignature - the type signature to deserialize the deserialized object throws: SerializationException -
final protected void rememberDecodedObject(Object o)(Code)
Fields inherited from com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
final public static int SERIALIZATION_STREAM_FLAGS_NO_TYPE_VERSIONING(Code)(Java Doc) final public static int SERIALIZATION_STREAM_VERSION(Code)(Java Doc) final public static int SERIALIZATION_STREAM_VERSION_WITHOUT_SERIALIZATION_POLICY(Code)(Java Doc)
Methods inherited from com.google.gwt.user.client.rpc.impl.AbstractSerializationStream