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