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

Added serialization of lists of ints and booleans #1278

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

bacox
Copy link
Contributor

@bacox bacox commented Mar 4, 2024

Hi all,

In my own code, support for serialization of native ints and bool came in handy. This might also be beneficial to this project.

This PR:

  • Adds serialization of dataclasses with attributes that are lists of native ints and bools.
  • Updated the unit tests to test dataclasses with List[int] and List[bool]

@qstokkink
Copy link
Collaborator

validate

@qstokkink
Copy link
Collaborator

🤔 time to port validate_documentation to GitHub Actions. I can't seem to fix it on Jenkins.

@qstokkink qstokkink changed the title Add serialization of lists of ints and booleans Added serialization of lists of ints and booleans Mar 4, 2024
@qstokkink qstokkink merged commit e768329 into Tribler:master Mar 4, 2024
7 checks passed
@bacox bacox deleted the feature/serial-ext branch March 5, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants