Class 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

      Constructors 
      Constructor Description
      GwtRpcSerializer​(org.atmosphere.cpr.AtmosphereResource resource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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