Class ClientRpcWriter

    • Constructor Detail

      • ClientRpcWriter

        public ClientRpcWriter()
    • Method Detail

      • write

        public void write​(UI ui,
                          Writer writer)
                   throws IOException
        Writes a JSON object containing all pending client RPC invocations in the given UI.
        Parameters:
        ui - The UI whose RPC calls to write.
        writer - The Writer used to write the JSON.
        Throws:
        IOException - If the serialization fails.