Package 

Class ProtocolSerializer

    • Method Summary

      Modifier and Type Method Description
      static ProtocolMessage readMsgpack(Array<byte> packed) **************************************Msgpack decode
      static Array<byte> writeMsgpack(ProtocolMessage message) **************************************Msgpack encode
      static ProtocolMessage fromJSON(String packed) **************************************JSON decode
      static Array<byte> writeJSON(ProtocolMessage message) **************************************JSON encode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait