nlohmann::is_serializable<T> #2404
pfeatherstone
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
@nlohmann what do you think? |
Beta Was this translation helpful? Give feedback.
3 replies
-
@nlohmann On a related note, you might find this interesting. It removes the upper limit on the number of member variables. You're only bound by the template recursion limit of your compiler which should be high enough. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How about an integral_constant that returns whether a type is serializable or not. Here is a working implementation:
Beta Was this translation helpful? Give feedback.
All reactions