Encode the specified object without instantiating templates at compile time.
Declared in <balxml_encoder.h>
int
encodeAny(
Formatter& formatter,
bdlar::AnyConstRef const& object);
Return 0 on success, and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| formatter | XML formatter to receive the encoded value |
| object | type-erased value to encode |