[#BufferedWriter-operator_lshift] = xref:BufferedWriter.adoc[BufferedWriter]::operator<< :relfileprefix: ../ :mrdocs: Serialize an object through the buffered writer and return this writer. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:BufferedWriter.adoc[BufferedWriter]& operator<<(T const& obj); ---- == Return Value A reference to this writer. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | Object to serialize through the buffer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#