@override String format(final O object) { final encoded = jsonEncode(object, toEncodable: _structuredValue); return '$encoded\n'; }