Uses of Class
org.atmosphere.gwt20.server.SerializationException
-
Packages that use SerializationException Package Description org.atmosphere.gwt20.server -
-
Uses of SerializationException in org.atmosphere.gwt20.server
Methods in org.atmosphere.gwt20.server that throw SerializationException Modifier and Type Method Description java.lang.ObjectServerSerializer. deserialize(java.lang.String message)You need to implement this method in your serializerjava.lang.StringServerSerializer. serialize(java.lang.Object message)You need to implement this method in your serializer
-