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

Quality 137/improve serialization deserialization #142

Merged

Conversation

ggutierrez-sunbright
Copy link
Contributor

Added:

  • auxiliary functions for binary read and write
  • auxiliary function to check for class name during deserialization
  • test to verify the new .as files generated are identical to the original ones (for retro-compatibility)
  • some additional code quality improvements

closes #137

@ggutierrez-sunbright ggutierrez-sunbright self-assigned this Dec 15, 2024
@ggutierrez-sunbright ggutierrez-sunbright added upgrade a design modification, refactor, or component replacement quality labels Dec 15, 2024
@ggutierrez-sunbright ggutierrez-sunbright merged commit a570aa9 into main Dec 16, 2024
9 checks passed
@ggutierrez-sunbright ggutierrez-sunbright deleted the quality-137/improve-serialization-deserialization branch December 16, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality upgrade a design modification, refactor, or component replacement
Projects
Development

Successfully merging this pull request may close these issues.

Improve binary read/write for code readability
1 participant