[#Unserialize-0a9] = Unserialize :mrdocs: Deleted overload that forbids unserializing char; use uint8_t or int8_t instead. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, xref:CharNotInt8.adoc[CharNotInt8] V> void Unserialize( Stream& s, V v) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *v* | The char value that must not be unserialized. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#