# File lib/active_record/base.rb, line 580
      def encode_with(coder)
        coder['attributes'] = attributes
      end