#include <serve-protocol-impl.hh>
Static Public Member Functions | |
static T | read (const StoreDirConfig &store, ServeProto::ReadConn conn) |
static void | write (const StoreDirConfig &store, ServeProto::WriteConn conn, const T &t) |
Use CommonProto
where possible.
Data type for canonical pairs of serialisers for the serve protocol.
See https://en.cppreference.com/w/cpp/language/adl for the broader concept of what is going on here.