ActionSerialize::SerReadWriteMany

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

NameDescription
sThe output stream.
argsThe objects to serialize, in order.