The get_creator_from_object method hanging out on the side is much more suited to be a base class method. We need to create a "SerializerWithCreator" base class that inherits from the raw Serializer and that has this method. Then each of our serializers can inherit this base class and use this function directly.
The get_creator_from_object method hanging out on the side is much more suited to be a base class method. We need to create a "SerializerWithCreator" base class that inherits from the raw Serializer and that has this method. Then each of our serializers can inherit this base class and use this function directly.