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

Rewrite SerializationDumper into a more structured library #20

Open
paul-griffith opened this issue May 12, 2023 · 0 comments
Open

Rewrite SerializationDumper into a more structured library #20

paul-griffith opened this issue May 12, 2023 · 0 comments
Labels

Comments

@paul-griffith
Copy link
Collaborator

Currently Java serialized data is parsed through a mangled one-off script generated from the base provided in https://github.com/NickstaDB/SerializationDumper. While the code was rewritten to Java 17, it's still not very ergonomic/practical to use, and should be rewritten to act as more of a 'pure' library, ideally spitting out direct data structures that can then be visualized or parsed down to strings more thoroughly. Unit testing would also be nice. This could be a nice opportunity for a standalone library to exist as a separate project.

@paul-griffith paul-griffith added enhancement New feature or request refactor and removed enhancement New feature or request labels May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant