ActionUnserialize::SerRead

Invoke the read callback during unserialization.

Synopsis

Declared in <serialize.h>

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

Parameters

NameDescription
sThe input stream.
objThe object the read action targets.
fnThe read callback to invoke.