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

Allow multiple calls to containers #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christophhagen
Copy link
Owner

Fixes issues with custom encoding implementations, especially in relation to classes with inheritance.

Some situations previously prohibited are now allowed, such as performing multiple calls to containers on an Encoder, as long as the same type of container is requested.
The underlying storage is shared between all containers, to give more flexibility for custom encodings and to align the behaviour more closely with JSONEncoder.

Fix artifacts of other branch
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