Invoke the read callback during unserialization.
Declared in <serialize.h>
template<
typename Stream,
typename Type,
typename Fn>
static
void
SerRead(
Stream& s,
Type&& obj,
Fn&& fn);
| Name | Description |
|---|---|
| s | The input stream. |
| obj | The object the read action targets. |
| fn | The read callback to invoke. |