[#Serialize-0a6] = Serialize :mrdocs: Serialize the object pointed to by a unique_ptr. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename T> void Serialize( Stream& os, std::unique_ptr<T const> const& p); ---- == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream. | *p* | The unique pointer whose pointee is serialized. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#