[#BloombergLP-balxml-Encoder_EncodeObject-executeArrayListImp] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Encoder_EncodeObject.adoc[Encoder_EncodeObject]::executeArrayListImp :relfileprefix: ../../../ :mrdocs: Encode the specified array `object` as a list using the specified `tag`. == Synopsis Declared in `<balxml_encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int executeArrayListImp( TYPE const& object, std::string_view const& tag); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | array value to encode as a list | *tag* | XML element tag |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#