org.atmosphere.gwt.client
Class AtmosphereGWTSerializer
java.lang.Object
org.atmosphere.gwt.client.AtmosphereGWTSerializer
public abstract class AtmosphereGWTSerializer
- extends Object
The base class for comet serializers. To instantiate this class follow this example:
- Author:
- Richard Zschech
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereGWTSerializer
public AtmosphereGWTSerializer()
parse
public <T extends Serializable> T parse(String message)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
serialize
public <T extends Serializable> String serialize(T message)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
getSerializer
protected abstract com.google.gwt.user.client.rpc.impl.Serializer getSerializer()
getMode
public abstract SerialMode getMode()
getPushMode
public abstract SerialMode getPushMode()
Copyright © 2011. All Rights Reserved.