Skip to content

Removed Duplicate JSON Seralization #61

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

Merged
merged 4 commits into from
Feb 5, 2025
Merged

Removed Duplicate JSON Seralization #61

merged 4 commits into from
Feb 5, 2025

Conversation

ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Feb 5, 2025

We had two different modules to serialize to json - one here and one in the respecitve scanners - and used both. This created issues as the json serialization here cannot know all the required serializers which created all sorts of weird exceptions.

What I did to fix this is remove the serialization here and add a function to be implemented by the respective scanners using this module.

@ic0ns ic0ns merged commit 5825eb8 into main Feb 5, 2025
12 checks passed
@ic0ns ic0ns deleted the duplicate_serialization branch February 5, 2025 11:33
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