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

Remove support for "skip_serializing", "skip_deserializing" and "skip_serializing_if" #204

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

NyxCode
Copy link
Collaborator

@NyxCode NyxCode commented Jan 24, 2024

We plan on removing "support" for these in the next major release.
Currently, fields annotated with one of these serde annotations are skipped. However, this behavious is incorrect, depending on your usecase.

Resolves #143

@NyxCode NyxCode marked this pull request as ready for review January 25, 2024 16:40
@escritorio-gustavo
Copy link
Contributor

LGTM, as far as I could tell those are all the mentions of skip_(de)serializing

@NyxCode
Copy link
Collaborator Author

NyxCode commented Jan 25, 2024

great, let's merge it then!

@NyxCode NyxCode merged commit a3e0f21 into main Jan 25, 2024
4 checks passed
@escritorio-gustavo escritorio-gustavo deleted the ignore-skip-(de)serializing branch January 25, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fields with skip_deserializing not getting exported?
2 participants