Format the specified object to the specified output stream using the bdlat_FormattingMode::e_DEFAULT formatting mode and the optionally specified encoderOptions. Return a reference to stream.
Declared in <balxml_typesprintutil.h>
template<class TYPE>
static
std::ostream&
printDefault(
std::ostream& stream,
TYPE const& object,
EncoderOptions const* encoderOptions = 0);