MariaF203
MariaF203
### Summary This PR introduces JSON serialization and deserialization for `Parameter` objects. ### Motivation The result of `Parameter.saveState()` may contain objects such as numpy arrays and ColorMap that cannot be...
### Description Resolves #3430 This PR fixes the issue where custom `Parameter` subclasses (e.g. `ComplexParameter` and `ScalableGroup`, defined in examples/parametertree.py) cannot be correctly restored using `saveState()` and `restoreState()`. The cause...
### Context @seb5g and I are working on the development of PyMoDAQ, which makes use of `Parameter` objects, and we are currently implementing their serialization into a binary format. For...