Uses of Interface
com.google.gwt.user.client.rpc.IsSerializable
Package
Description
Classes used in client-side implementation of remote procedure calls.
Widgets, Panels, and other user-interface classes.
-
Uses of IsSerializable in com.google.gwt.user.client.rpc
Modifier and TypeClassDescriptionfinal class
Exception that will be passed to theAsyncCallback.onFailure(Throwable)
method when an incompatibility is detected between aRemoteService
client and its correspondingRemoteService
server.class
Exception that will be passed to theRpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error.class
Deprecated.class
Exception that will be passed to theAsyncCallback.onFailure(Throwable)
method when the value of an argument to a method in an RPC message is of the incorrect type. -
Uses of IsSerializable in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionstatic class
Suggestion class forMultiWordSuggestOracle
.static class
ASuggestOracle
request.static class
SuggestOracle
response.
Exception
implementsSerializable
and can be used in place of this class