[#Serialize-0ff] = Serialize :mrdocs: Serialize a signed 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, int32_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]#