Class: ActionDispatch::Cookies::NullSerializer
- Defined in:
- actionpack/lib/action_dispatch/middleware/cookies.rb
Overview
Passing the NullSerializer downstream to the MessageEncryptor,Verifier allows us to handle the (de)serialization step within the cookie jar, which gives us the opportunity to detect and migrate legacy cookies.