[#Serialize-030] = Serialize :mrdocs: Serialize an unsigned 32‐bit integer to a stream in little‐endian order. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Serialize( Stream& s, uint32_t a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. | *a* | The value to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#