Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap serde_json::ser::Serializer #4

Open
eopb opened this issue Oct 18, 2023 · 0 comments
Open

Wrap serde_json::ser::Serializer #4

eopb opened this issue Oct 18, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@eopb
Copy link
Owner

eopb commented Oct 18, 2023

Currently we re-export serde_json::ser::Serializer but its methods do not return serde_json_path_to_error::Error.

We should wrap the type to make its method return the correct error type, using serde_path_to_error internally.

@eopb eopb added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant