I am in search of a way to tell rails to parse json and jsonb data from postgresql column to a different Class or simply stop it from parsing it to an Hash as I won't use the hash.
I useread_attribute_before_type_cast,
but the type cast is wasteful for my application.
Thank you
Stringtype:serialize :your_field, String