[#ParamsStream-02-read] = xref:ParamsStream-02.adoc[ParamsStream]::read :relfileprefix: ../ :mrdocs: Read bytes from the underlying stream. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void read(std::span<std::byte> dst); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dst* | The buffer to read into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#