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

💡 Add default constructors #15

Open
AntonBergaker opened this issue Jun 7, 2024 · 0 comments
Open

💡 Add default constructors #15

AntonBergaker opened this issue Jun 7, 2024 · 0 comments

Comments

@AntonBergaker
Copy link
Owner

AntonBergaker commented Jun 7, 2024

BinaryBundle can't instantiate things. This is fine for structs as you can call Deserialize on default. But reference types can't be created at all currently.

This would be a departure from the "create no garbage" mindset. But there's a few use cases I have where that's not critical anymore.

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

No branches or pull requests

1 participant