Uses of Interface
org.atmosphere.gwt20.client.ClientSerializer
-
Packages that use ClientSerializer Package Description org.atmosphere.gwt20.client org.atmosphere.gwt20.client.managed -
-
Uses of ClientSerializer in org.atmosphere.gwt20.client
Classes in org.atmosphere.gwt20.client that implement ClientSerializer Modifier and Type Class Description classAutoBeanClientSerializerThe base class for serializers.classGwtRpcClientSerializerThe base class for serializers.Methods in org.atmosphere.gwt20.client that return ClientSerializer Modifier and Type Method Description ClientSerializerAtmosphereRequestConfig. getOutboundSerializer()ClientSerializerRequestConfig. getOutboundSerializer()Methods in org.atmosphere.gwt20.client with parameters of type ClientSerializer Modifier and Type Method Description static AtmosphereRequestConfigAtmosphereRequestConfig. create(ClientSerializer serializer)use the same serializer for inbound and outboundstatic AtmosphereRequestConfigAtmosphereRequestConfig. create(ClientSerializer inbound, ClientSerializer outbound)specify a different serializer for inbound and outboundvoidAtmosphereRequestConfig. setOutboundSerializer(ClientSerializer serializer)voidRequestConfig. setOutboundSerializer(ClientSerializer serializer) -
Uses of ClientSerializer in org.atmosphere.gwt20.client.managed
Classes in org.atmosphere.gwt20.client.managed that implement ClientSerializer Modifier and Type Class Description classRPCSerializerA Serializer forRPCEvent
-