Uses of Interface
com.google.web.bindery.autobean.shared.Splittable
Package
Description
The AutoBean framework provides automatically-generated implementations of
bean-like interfaces and a low-level serialization mechanism for those
interfaces.
Server-side classes for mediating between the client-side and the persistent
datastore.
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
Contains classes that define the RequestFactory wire format.
-
Uses of Splittable in com.google.web.bindery.requestfactory.server
Modifier and TypeMethodDescription(package private) <T> Splittable
SimpleRequestProcessor.createOobMessage
(List<T> domainValues) Encode a list of objects into a self-contained message that can be used for out-of-band communication.Turn a domain value into a wire format message.RequestState.getSerializedProxyId
(com.google.web.bindery.requestfactory.shared.impl.SimpleProxyId<?> stableId) EntityCodex support.Modifier and TypeMethodDescription(package private) <T> List
<T> SimpleRequestProcessor.decodeOobMessage
(Class<T> domainClass, Splittable payload) Decode an out-of-band message.RequestState.getBeanForPayload
(Splittable serializedProxyId) EntityCodex support.