org.atmosphere.gwt20.server
Class GwtRpcSerializer

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

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

Author:
p.havelaar

Constructor Summary
GwtRpcSerializer(org.atmosphere.cpr.AtmosphereResource resource)
           
 
Method Summary
 void write(java.io.OutputStream out, java.lang.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(java.io.OutputStream out,
                  java.lang.Object o)
           throws java.io.IOException
Specified by:
write in interface org.atmosphere.cpr.Serializer
Throws:
java.io.IOException


Copyright © 2014. All Rights Reserved.