No‐op during unserialization; write‐only actions are ignored.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

s

The input stream.

obj

The object the write action would target.

fn

The write callback, not invoked here.

Created with MrDocs