GWT 2.1.1

Uses of Interface
com.google.gwt.user.server.rpc.SerializationPolicyProvider

Packages that use SerializationPolicyProvider
com.google.gwt.logging.server   
com.google.gwt.user.server.rpc Classes used in server-side implementation of remote procedure calls. 
 

Uses of SerializationPolicyProvider in com.google.gwt.logging.server
 

Classes in com.google.gwt.logging.server that implement SerializationPolicyProvider
 class RemoteLoggingServiceImpl
          Server side code for the remote log handler.
 

Uses of SerializationPolicyProvider in com.google.gwt.user.server.rpc
 

Classes in com.google.gwt.user.server.rpc that implement SerializationPolicyProvider
 class HybridServiceServlet
          EXPERIMENTAL and subject to change.
 class RemoteServiceServlet
          The servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs.
 

Methods in com.google.gwt.user.server.rpc with parameters of type SerializationPolicyProvider
static RPCRequest RPC.decodeRequest(java.lang.String encodedRequest, java.lang.Class<?> type, SerializationPolicyProvider serializationPolicyProvider)
          Returns an RPCRequest that is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.
 


GWT 2.1.1