Home » GWT-2009.11.30 » com.google.gwt.user » client » rpc » impl »

com.google.gwt.user.client.rpc.impl

Interfaces:

Serializer   Contract for any class that can serialize and restore class into a serialization stream.  code | html

Abstract Classes:

AbstractSerializationStream   Base class for the client and server serialization streams.  code | html
AbstractSerializationStreamReader   Base class for the client and server serialization streams.  code | html
AbstractSerializationStreamWriter   Base class for the client and server serialization streams.  code | html
RemoteServiceProxy   Superclass for client-side RemoteService proxies.  code | html
SerializerBase   Maps class literals to type signatures and type signatures to serialization methods.  code | html

Classes:

RequestCallbackAdapter.ResponseReader   Enumeration used to read specific return types out of a SerializationStreamReader code | html
ClientSerializationStreamReader   For internal use only. Used for server call serialization.  code | html
ClientSerializationStreamWriter   For internal use only. Used for server call serialization.  code | html
FailedRequest   A Request that is already canceled at the moment it is created.  code | html
FailingRequestBuilder   A RequestBuilder that always immediately fails.  code | html
RequestCallbackAdapter   Adapter from a RequestCallback interface to an AsyncCallback interface.  code | html
SerializerBase.MethodMap   Represents a collection of functions that perform type-specific functions.  code | html