[#ActionSerialize-SerReadWriteMany] = xref:ActionSerialize.adoc[ActionSerialize]::SerReadWriteMany :relfileprefix: ../ :mrdocs: Serialize all of the given objects to the stream. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename... Args> static void SerReadWriteMany( Stream& s, Args const&... args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. | *args* | The objects to serialize, in order. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#