setEncodingStyle overloads
Declared in <baljsn_encoderoptions.h>
Same as the preceding overload, using the legacy EncodingStyle enumerator type defined in this class.
void
setEncodingStyle(baljsn::EncoderOptions::EncodingStyle value);
» more...
Set the "EncodingStyle" attribute of this object to the specified value.
void
setEncodingStyle(baljsn::EncodingStyle::Value value);
» more...