esafak opened a new pull request, #2413: URL: https://github.com/apache/fory/pull/2413
## What does this PR do? * Introduce ObjectSerializer to handle serialization of arbitrary Python objects. bjectSerializer serializes based on object's `__dict__` or `__slots__`. * Update `_registry.py` to correctly identify and register ObjectSerializer. ## Related issues Closes #2410 ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark Not done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
