-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I don't think we can handle subclasses right now.
This is how Jackson solves it: http://wiki.fasterxml.com/JacksonPolymorphicDeserialization
I'm not sure how this should be implemented since we use CTFE. My idea is to generate code for all know sub-classes. I don't know how we find those sub-classes. Another problem is that when a sub-class is added all modules that use painlessjson will have to be recompiled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels