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