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 non-intrusive flavour of DERIVE_SERDE #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seingierf
Copy link

Hello!

Would it make sense to have a non-intrusive version of the DERIVE_SERDE macro?
I usually need to serialize/deserialize structures from APIs which I would rather not modify.
I guess I've become used to the non-intrusive macro that nlohmann json provides.

This is more a discussion than a PR since I am not familiar with the code yet ;-)

@injae
Copy link
Owner

injae commented Dec 30, 2023

I also think it would be nice to have that feature. 👍

@injae
Copy link
Owner

injae commented Dec 30, 2023

It seems there's an issue with CI not working due to the use of an outdated version of Ubuntu in the current GitHub Actions setup.
After the merge of this #60 , it should be possible to proceed with the current task.

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.

3 participants