detect_format(dumped)
private

No documentation available.

# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 101
            def detect_format(dumped)
              # Assume JSON format if format could not be determined.
              super || :json
            end