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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntityProxy
A proxy for a server-side domain object.
|
interface |
EntityProxyId<P extends EntityProxy>
A stable, opaque id of an
EntityProxy that remains stable across
updates, creates, deletes on the client. |
interface |
ValueProxy
An analog to EntityProxy for domain types that do not have an identity
concept.
|