Serialize all of the given objects to the stream.
Declared in <serialize.h>
template<
typename Stream,
typename... Args>
static
void
SerReadWriteMany(
Stream& s,
Args const&... args);
| Name | Description |
|---|---|
| s | The output stream. |
| args | The objects to serialize, in order. |