tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
2 stars 1 forks source link

Refactors DataService serialization #56

Closed mosmuell closed 1 year ago

mosmuell commented 1 year ago

This create a new class which takes over the serialization of the DataService instances. Furthermore, it can serialize any object you pass it into the dictionary form used to serialize the services. It also adds the capability to serialize dictionaries (first step towards #36).