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

Name

Description

s

The input stream.

obj

The object the read action targets.

fn

The read callback to invoke.

Created with MrDocs