method
dump
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Cookies::JsonSerializer
dump(value)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 546
def self.dump(value)
ActiveSupport::JSON.encode(value)
end