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

webIDL unions / std::variant do not work correctly when serialising between languages #22

Open
pingelit opened this issue Jun 16, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@pingelit
Copy link
Owner

As the title says, the cpp serialisation of std::variant is not compatible with the other languages.

This is caused due to the serialisation of cereal, thus this has to be overwritten in cpp like vector etc..

@pingelit pingelit added bug Something isn't working enhancement New feature or request labels Jun 16, 2024
pingelit added a commit that referenced this issue Jun 16, 2024
See #22 for more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant