[#BloombergLP-balxml-Encoder-encodeAnyToStream-01b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Encoder.adoc[Encoder]::encodeAnyToStream :relfileprefix: ../../../ :mrdocs: `encodeAnyToStream` overloads == Synopses Declared in `<balxml_encoder.h>` Encode the specified `object` to the specified `stream` without instantiating encoding templates at compile time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balxml/Encoder/encodeAnyToStream-07.adoc[encodeAnyToStream]( std::ostream& stream, xref:BloombergLP/bdlar/AnyConstRef.adoc[bdlar::AnyConstRef] const& object); ---- [.small]#xref:BloombergLP/balxml/Encoder/encodeAnyToStream-07.adoc[_» more..._]# Encode the specified non‐modifiable `object` to the specified `stream`. Return 0 on success, and a non‐zero value otherwise. Note that the encoder will use encoder options, error and warning streams specified at the construction time. Also note that this function behaves identically to `encodeToStream`, but does not instantiate any templates at compile time at the expense of being slightly slower at runtime; see the `balxml` package documentation for more details. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Encoder/encodeAnyToStream-01f.adoc[encodeAnyToStream]( std::ostream& stream, TYPE const& object); ---- [.small]#xref:BloombergLP/balxml/Encoder/encodeAnyToStream-01f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#