Feature Request
In #2691, we supported serialization for Rc/Arc<dyn T>, but we don't trake shared ownership into account. We should only serialize data once if they are point to same trait object.
Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Feature Request
In #2691, we supported serialization for
Rc/Arc<dyn T>, but we don't trake shared ownership into account. We should only serialize data once if they are point to same trait object.Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response