Uses of Interface
com.google.gwt.user.client.rpc.IsSerializable
-
Packages that use IsSerializable Package Description com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of IsSerializable in com.google.gwt.user.client.rpc
Classes in com.google.gwt.user.client.rpc that implement IsSerializable Modifier and Type Class Description class
IncompatibleRemoteServiceException
Exception that will be passed to theAsyncCallback.onFailure(Throwable)
method when an incompatibility is detected between aRemoteService
client and its correspondingRemoteService
server.class
RpcTokenException
Exception that will be passed to theRpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error.class
SerializableException
Deprecated.As of GWT 1.5,Exception
implementsSerializable
and can be used in place of this classclass
SerializedTypeViolationException
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
Classes in com.google.gwt.user.client.ui that implement IsSerializable Modifier and Type Class Description static class
MultiWordSuggestOracle.MultiWordSuggestion
Suggestion class forMultiWordSuggestOracle
.static class
SuggestOracle.Request
ASuggestOracle
request.static class
SuggestOracle.Response
SuggestOracle
response.
-