param icon indicating copy to clipboard operation
param copied to clipboard

Parameters.serialize_parameters should ignore non JSON serializable parameters

Open chaffra opened this issue 2 months ago • 0 comments

It would be great if Parameters.serialize_parameters could ignore non JSON serializable parameters by default and finish the serialization without throwing TypeError: Object of type XYZ is not JSON serializable or one could define another hwarg like json_serialize=True|False when defining a parameter.

chaffra avatar Oct 01 '25 18:10 chaffra