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 non-fully qualified paths in classes argument to deserializer #392

Merged
merged 6 commits into from Jun 17, 2022
Merged

Conversation

Theelx
Copy link
Contributor

@Theelx Theelx commented Jun 17, 2022

unpickler.loadclass now checks to try and return the class even if the fully-qualified class name doesn't match anything in the classes dict. We do this by allowing users to pass a non-fully qualified class name to decode.

@Theelx
Copy link
Contributor Author

Theelx commented Jun 17, 2022

Fixes #148

@Theelx Theelx merged commit a0c9efc into jsonpickle:main Jun 17, 2022
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.

None yet

1 participant