fallback?(format)
private

No documentation available.

# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 50
            def fallback?(format)
              super || format == :marshal
            end