Encode the specified object using metadata from the specified info.
Declared in <balxml_encoder.h>
template<
class TYPE,
class INFO_TYPE>
int
operator()(
TYPE const& object,
INFO_TYPE const& info);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | value to encode |
| info | element metadata providing name and formatting mode |