You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the serializers are very coupled to DBIC. Especially for relationship lookup.
It should be possible to pass a more normalized structure to the serialize with all of the data it needs to serialize. This removes the need for the serializes to be specific to the data model and thus gives them a greater degree of flexability.
The text was updated successfully, but these errors were encountered:
Currently the serializers are very coupled to DBIC. Especially for relationship lookup.
It should be possible to pass a more normalized structure to the serialize with all of the data it needs to serialize. This removes the need for the serializes to be specific to the data model and thus gives them a greater degree of flexability.
The text was updated successfully, but these errors were encountered: