bug fix for the _method argument in the serializer.py.
Assuming that we are going to keep ColumnSharer in the serialized object, we need to provide the get_params and set_params method so we can leverage the ConcreteSerializerMixin.
If we serialize ColumnShare into a separate file, this is how it looks like now:
Description
_method
argument in theserializer.py
.get_params
andset_params
method so we can leverage theConcreteSerializerMixin
.If we serialize ColumnShare into a separate file, this is how it looks like now: