danabr75 / rails_json_serializer

A Lightweight Rails JSON Serializer (gem library source-code)
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Doesn't Support Serializer Inheritance. #5

Closed danabr75 closed 4 years ago

danabr75 commented 4 years ago

A class, inheriting from another class, should get that other classes serializer if it doesn't have a serializer override.

danabr75 commented 4 years ago

Resolved

danabr75 commented 4 years ago

Still an issue with inheritance. The inheritable class might define serializers, with the inheriting class defining additional serializers. The current cacheing key system would only be able to clear the inheriting class's cache, without clearing the inheriting serializer caches.

danabr75 commented 4 years ago

Resolved