sS stringify(IStringifier stringifier, O o) { ret stringifier == null ? str(o) : stringifier.toString(o); }