pythonize
pythonize copied to clipboard
feat: expose a visitor to deserialize a pyobject
Working with pyo3 I end up needed this, user can implement it themself but I though it would be nice to have it in pythonize. Tell me what you think.
If the feature is not desired to avoid a dependency serde-transcode I think only expose the visitor is already good enough.