Replies: 1 comment
-
No, there's no way to do this with the macros. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to change the serialized variable name but still use the
NLOHMANN_DEFINE_TYPE_...
macros? I do realize I could write custom serialization code for the entire class, but I just have one member that uses a name that is a C++ keyword so I cannot use it as a variable name in my class.Beta Was this translation helpful? Give feedback.
All reactions