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

multi: Move each serializer into its own package #141

Merged
merged 31 commits into from
Jun 9, 2024

Conversation

matheusd
Copy link
Contributor

This PR moves each serializer (or set of related serializers) into its own internal package.

This helps organize the code and makes it more obvious what is needed to make each serializer work.

Some serializers (such as the shamaton ones) hook directly into the structure, therefore a copy of it (instead of a direct reference) needs to be used.

The standard library serializers are moved to the stdlib package.

@alecthomas alecthomas merged commit 1b2ac9c into alecthomas:master Jun 9, 2024
2 checks passed
@matheusd matheusd deleted the split-pkgs branch June 10, 2024 12:09
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.

2 participants