method

serialize_to_json

serialize_to_json(data)
private

No documentation available.

# File activesupport/lib/active_support/messages/metadata.rb, line 124
        def serialize_to_json(data)
          ActiveSupport::JSON.encode(data)
        end