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

Add support for skipping members #102

Merged
merged 1 commit into from
Nov 21, 2022
Merged

Add support for skipping members #102

merged 1 commit into from
Nov 21, 2022

Conversation

agocke
Copy link
Collaborator

@agocke agocke commented Nov 21, 2022

Adds three new switches to SerdeMemberOptions: Skip, SkipSerialize, and SkipDeserialize. When any of them are true and the usage matches the flag, that member will be skipped for serialization or deserialization respectively. These flags are used to opt-out members that normally would be included in (de)serialization.

Adds three new switches to SerdeMemberOptions: Skip, SkipSerialize,
and SkipDeserialize. When any of them are true and the usage matches
the flag, that member will be skipped for serialization or deserialization
respectively. These flags are used to opt-out members that normally
would be included in (de)serialization.
@agocke agocke merged commit 54c1a46 into main Nov 21, 2022
@agocke agocke deleted the add-skip branch November 21, 2022 04:36
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.

1 participant