Decode into a type-erased bdlar::AnyRef from the specified stream.
Declared in <balxml_decoder.h>
std::istream&
decodeAny(
std::istream& stream,
bdlar::AnyRef* object,
char const* uri = 0);
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | input stream providing XML data |
| object | object being decoded |
| uri | optional URI identifying the input document in error messages |