ActionUnserialize::SerReadWriteMany

Unserialize all of the given objects from the stream.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename... Args>
static
void
SerReadWriteMany(
    Stream& s,
    Args&&... args);

Parameters

NameDescription
sThe input stream.
argsThe objects to unserialize into, in order.