Interface RpcDispatcher.Marshaller

    • Method Detail

      • objectToByteBuffer

        byte[] objectToByteBuffer​(java.lang.Object obj)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • objectFromByteBuffer

        java.lang.Object objectFromByteBuffer​(byte[] buf)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception