[#BloombergLP-balxml-Encoder_EncodeObject-execute] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Encoder_EncodeObject.adoc[Encoder_EncodeObject]::execute :relfileprefix: ../../../ :mrdocs: Encode the specified `object` with the specified `tag`, `formattingMode`, and `isMultiple` flag. == Synopsis Declared in `<balxml_encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int execute( TYPE const& object, std::string_view const& tag, int formattingMode, bool isMultiple); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#