afaik only complex objects need to implement `__re...
# development
r
afaik only complex objects need to implement
__reduce__
- there may be other cases in the code where simple objects are trivially serializable just by examining their
__dict__
.