Dispatch parsing for the specified object and category.
Declared in <balxml_decoder.h>
template<
class TYPE,
class ANY_CATEGORY>
int
operator()(
TYPE* object,
ANY_CATEGORY category);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | object being decoded |
| category | bdlat type-category tag selecting this overload |