Encode the specified array object as a list using the specified tag.
Declared in <balxml_encoder.h>
template<class TYPE>
int
executeArrayListImp(
TYPE const& object,
std::string_view const& tag);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | array value to encode as a list |
| tag | XML element tag |