Uses of Interface
com.google.web.bindery.requestfactory.shared.ProxyStore
-
Packages that use ProxyStore Package Description com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format.com.google.web.bindery.requestfactory.shared.testing -
-
Uses of ProxyStore in com.google.web.bindery.requestfactory.shared
Classes in com.google.web.bindery.requestfactory.shared that implement ProxyStore Modifier and Type Class Description classDefaultProxyStoreAn in-memory ProxyStore store that can encode its state as a JSON object literal.Methods in com.google.web.bindery.requestfactory.shared with parameters of type ProxyStore Modifier and Type Method Description ProxySerializerRequestFactory. getSerializer(ProxyStore store)Returns a ProxySerializer that can encode and decode the various EntityProxy and ValueProxy types reachable from the RequestFactory. -
Uses of ProxyStore in com.google.web.bindery.requestfactory.shared.testing
Methods in com.google.web.bindery.requestfactory.shared.testing with parameters of type ProxyStore Modifier and Type Method Description ProxySerializerFakeRequestFactory. getSerializer(ProxyStore store)Returnsnull.
-