Encode the specified object without instantiating templates at compile time. Return 0 on success, and a non‐zero value otherwise.
Synopsis
Declared in <balxml_encoder.h>
int
encodeAny(
Formatter& formatter,
bdlar::AnyConstRef const& object);
Created with MrDocs