GWT 2.3.0

Uses of Interface
com.google.gwt.requestfactory.shared.ProxySerializer

Packages that use ProxySerializer
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

Uses of ProxySerializer in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared that return ProxySerializer
 ProxySerializer RequestFactory.getSerializer(ProxyStore store)
          Deprecated. Returns a ProxySerializer that can encode and decode the various EntityProxy and ValueProxy types reachable from the RequestFactory.
 


GWT 2.3.0