You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will not call special serializers created via Pyro5.api.register_class_to_dict. I sense there must be some reason for that. What is it?
Context: I am hitting a case where Pyro5 creates type replacement for an exposed class (autoproxying). When another instance of that class is not registered, the object itself is returned. Now, in such case, I would to use register_class_to_dict to do automatic daemon registration, but it is not getting called as ser_default_class is called directly.
The text was updated successfully, but these errors were encountered:
I don't know :) It's been quite a while since I did something with autoproxied classes. Will have to dig into these specifics again to be able to give a good answer.
This bit:
Pyro5/Pyro5/serializers.py
Lines 291 to 297 in 0f09262
will not call special serializers created via
Pyro5.api.register_class_to_dict
. I sense there must be some reason for that. What is it?Context: I am hitting a case where Pyro5 creates type replacement for an exposed class (autoproxying). When another instance of that class is not registered, the object itself is returned. Now, in such case, I would to use
register_class_to_dict
to do automatic daemon registration, but it is not getting called asser_default_class
is called directly.The text was updated successfully, but these errors were encountered: