method

fallback?

fallback?(format)
private

No documentation available.

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