[#ActionSerialize-SerRead] = xref:ActionSerialize.adoc[ActionSerialize]::SerRead :relfileprefix: ../ :mrdocs: No‐op during serialization; read‐only actions are ignored. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename Type, typename Fn> static void SerRead( Stream& s, Type&& obj, Fn&& fn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. | *obj* | The object the read action would target. | *fn* | The read callback, not invoked here. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#