| Package | Description |
|---|---|
| org.atmosphere.gwt20.client | |
| org.atmosphere.gwt20.client.managed |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoBeanClientSerializer
The base class for serializers.
|
class |
GwtRpcClientSerializer
The base class for serializers.
|
| Modifier and Type | Method and Description |
|---|---|
ClientSerializer |
RequestConfig.getOutboundSerializer() |
ClientSerializer |
AtmosphereRequestConfig.getOutboundSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static AtmosphereRequestConfig |
AtmosphereRequestConfig.create(ClientSerializer serializer)
use the same serializer for inbound and outbound
|
static AtmosphereRequestConfig |
AtmosphereRequestConfig.create(ClientSerializer inbound,
ClientSerializer outbound)
specify a different serializer for inbound and outbound
|
void |
RequestConfig.setOutboundSerializer(ClientSerializer serializer) |
void |
AtmosphereRequestConfig.setOutboundSerializer(ClientSerializer serializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
RPCSerializer
A Serializer for
RPCEvent |
Copyright © 2018. All Rights Reserved.