public interface ClientSerializer
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.Object deserialize(java.lang.String message)
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionjava.lang.String serialize(java.lang.Object message)
throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionCopyright © 2021. All Rights Reserved.