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