class ActionDispatch::Cookies::JsonSerializer

def self.load(value)

:nodoc:
def self.load(value)
  ActiveSupport::JSON.decode(value)
end