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

Name

Description

s

The output stream.

obj

The object the read action would target.

fn

The read callback, not invoked here.

Created with MrDocs