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