[#ActionUnserialize-SerReadWriteMany] = xref:ActionUnserialize.adoc[ActionUnserialize]::SerReadWriteMany :relfileprefix: ../ :mrdocs: Unserialize all of the given objects from 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&&... args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *args* | The objects to unserialize into, in order. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#