org.atmosphere.gwt20.client
Interface ClientSerializer
- All Known Implementing Classes:
- AutoBeanClientSerializer, GwtRpcClientSerializer, RPCSerializer
public interface ClientSerializer
- Author:
- p.havelaar
|
Method Summary |
java.lang.Object |
deserialize(java.lang.String message)
You need to implement this method in your serializer |
java.lang.String |
serialize(java.lang.Object message)
You need to implement this method in your serializer |
deserialize
java.lang.Object deserialize(java.lang.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
java.lang.String serialize(java.lang.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 © 2014. All Rights Reserved.