[#BloombergLP-balxml-Decoder_ParseObject-executeImp-099] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseObject.adoc[Decoder_ParseObject]::executeImp :relfileprefix: ../../../ :mrdocs: Parse the visited value into the specified `object`. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int executeImp( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/NullableValue.adoc[bdlat_TypeCategory::NullableValue] category); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | object being decoded | *formattingMode* | formatting mode for the element | *category* | bdlat type‐category tag selecting this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#