[#Unserialize-0e] = Unserialize :mrdocs: Unserialize into a newly constructed object owned by a shared_ptr. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename T> void Unserialize( Stream& os, std::shared_ptr<T const>& p); ---- == Parameters [cols="1,4"] |=== | Name| Description | *os* | The input stream. | *p* | The shared pointer to populate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#