Uses of Interface
org.atmosphere.gwt20.client.ClientSerializer

Packages that use ClientSerializer
org.atmosphere.gwt20.client   
 

Uses of ClientSerializer in org.atmosphere.gwt20.client
 

Classes in org.atmosphere.gwt20.client that implement ClientSerializer
 class AutoBeanClientSerializer
          The base class for serializers.
 class GwtRpcClientSerializer
          The base class for serializers.
 

Methods in org.atmosphere.gwt20.client with parameters of type ClientSerializer
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
 



Copyright © 2013. All Rights Reserved.