No-op during unserialization; write-only actions are ignored.
Declared in <serialize.h>
template<
typename Stream,
typename Type,
typename Fn>
static
void
SerWrite(
Stream& s,
Type&& obj,
Fn&& fn);
| Name | Description |
|---|---|
| s | The input stream. |
| obj | The object the write action would target. |
| fn | The write callback, not invoked here. |