Decode the specified AnyRef from the specified input stream using runtime type dispatch.
Synopsis
Declared in <balxml_decoder.h>
std::istream&
decodeAny(
std::istream& stream,
bdlar::AnyRef* object,
char const* uri = 0);
Created with MrDocs