davidhewitt / pythonize

MIT License
198 stars 28 forks source link

feat: expose a visitor to deserialize a pyobject #65

Open Stargateur opened 2 months ago

Stargateur commented 2 months ago

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.