org.atmosphere.extensions.gwt20.server
Class GwtRpcSerializer

java.lang.Object
  extended by org.atmosphere.extensions.gwt20.server.GwtRpcSerializer
All Implemented Interfaces:
org.atmosphere.cpr.Serializer

public class GwtRpcSerializer
extends Object
implements org.atmosphere.cpr.Serializer

Author:
p.havelaar

Constructor Summary
GwtRpcSerializer(org.atmosphere.cpr.AtmosphereResource resource)
           
 
Method Summary
 void write(OutputStream out, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtRpcSerializer

public GwtRpcSerializer(org.atmosphere.cpr.AtmosphereResource resource)
Method Detail

write

public void write(OutputStream out,
                  Object o)
           throws IOException
Specified by:
write in interface org.atmosphere.cpr.Serializer
Throws:
IOException


Copyright © 2013. All Rights Reserved.