# File lib/active_support/core_ext/big_decimal/conversions.rb, line 29
  def encode_with(coder)
    string = to_s
    coder.represent_scalar(nil, YAML_MAPPING[string] || string)
  end