module ActiveSupport::Messages::SerializerWithFallback::AllowMarshal

def fallback?(format)

def fallback?(format)
  super || format == :marshal
end