module ActiveSupport::Messages::SerializerWithFallback::JsonWithFallback

def dump(object)

def dump(object)
  ActiveSupport::JSON.encode(object)
end