[#BloombergLP-balxml-Decoder_ParseNillableObject-executeImp-0fa] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseNillableObject.adoc[Decoder_ParseNillableObject]::executeImp :relfileprefix: ../../../ :mrdocs: Parse the visited value into the specified `object`. == Synopses Declared in `<balxml_decoder.h>` Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-0d.adoc[executeImp]( TYPE* object, xref:BloombergLP/bdlat_TypeCategory/CustomizedType.adoc[bdlat_TypeCategory::CustomizedType] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-0d.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-0fd.adoc[executeImp]( TYPE* object, xref:BloombergLP/bdlat_TypeCategory/DynamicType.adoc[bdlat_TypeCategory::DynamicType] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-0fd.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-04.adoc[executeImp]( TYPE* object, xref:BloombergLP/bdlat_TypeCategory/NullableValue.adoc[bdlat_TypeCategory::NullableValue] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-04.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ANY_CATEGORY> int xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-05.adoc[executeImp]( TYPE* object, ANY_CATEGORY category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-05.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | object being decoded | *category* | bdlat type‐category tag selecting this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#