ActionSerialize::SerRead

No-op during serialization; read-only actions are ignored.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename Type,
    typename Fn>
static
void
SerRead(
    Stream& s,
    Type&& obj,
    Fn&& fn);

Parameters

NameDescription
sThe output stream.
objThe object the read action would target.
fnThe read callback, not invoked here.