org.atmosphere.gwt20.client
Interface ClientSerializer

All Known Implementing Classes:
AutoBeanClientSerializer, GwtRpcClientSerializer

public interface ClientSerializer

Author:
p.havelaar

Method Summary
 Object deserialize(String message)
          You need to implement this method in your serializer
 String serialize(Object message)
          You need to implement this method in your serializer
 

Method Detail

deserialize

Object deserialize(String message)
                   throws com.google.gwt.user.client.rpc.SerializationException
You need to implement this method in your serializer

Throws:
com.google.gwt.user.client.rpc.SerializationException

serialize

String serialize(Object message)
                 throws com.google.gwt.user.client.rpc.SerializationException
You need to implement this method in your serializer

Throws:
com.google.gwt.user.client.rpc.SerializationException


Copyright © 2013. All Rights Reserved.