[#CompactSizeWriter-Serialize] = xref:CompactSizeWriter.adoc[CompactSizeWriter]::Serialize :relfileprefix: ../ :mrdocs: Write the held value to the stream in CompactSize format. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Serialize(Stream& s) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#