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

feat: add Symbol(type) in deserialization #139

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Ayc0
Copy link

@Ayc0 Ayc0 commented Aug 2, 2024

Fix #138. Variation of #147 using a symbol instead of typeKey

  • Add new option injectType: true for deserialization which adds Symbol('type') to include all types during deserialization
  • Split Options into a new DeserializeOptions
  • Regenerate docs

@Ayc0
Copy link
Author

Ayc0 commented Aug 12, 2024

cc @andersondanilo

@Ayc0 Ayc0 changed the title feat: add Symbol(type) in deserialization feat: add typeKey in deserialization Aug 26, 2024
@Ayc0 Ayc0 changed the title feat: add typeKey in deserialization feat: add typeKey Aug 26, 2024
@Ayc0 Ayc0 marked this pull request as draft August 26, 2024 09:45
@Ayc0 Ayc0 marked this pull request as ready for review August 26, 2024 09:52
@Ayc0 Ayc0 mentioned this pull request Aug 26, 2024
@Ayc0 Ayc0 changed the title feat: add typeKey feat: add Symbol(type) in deserialization Aug 26, 2024
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.

@github-actions github-actions bot added the Stale label Oct 26, 2024
@Ayc0
Copy link
Author

Ayc0 commented Oct 28, 2024

@andersondanilo can you check this PR or its sibling one?

@github-actions github-actions bot removed the Stale label Oct 29, 2024
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.

Support type in deserialized data
1 participant