I read through the pull request (https://github.com/rails/rails/pull/15704) of the deprecation of `serialized_attributes`. I was wondering what I should do in the future. The PR mentions using polymorphism, however, what should I use when the serialization does not represent a database entity. I understand that this blob concept violates first normal form anyway, maybe part of the reason for the deprecation, not sure though.