one_hot_encoding can not be exported to JSON
The error
raise TypeError(f'Object of type {o.__class__.__name__} '
f'is not JSON serializable')
TypeError: Object of type type is not JSON serializable
occurs on export of pipeline with one_hot_encoding node.