You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It requires adding a field to the resulting json and then later on using that field to look the correct consumer up to deserialize the appropriate classes.
Not sure about this feature, maybe a custom serializer would do the job better and provide a more consistent API
Add a way to specify type hints for a type
This is for use with polymorphic lists.
It requires adding a field to the resulting json and then later on using that field to look the correct consumer up to deserialize the appropriate classes.
Not sure about this feature, maybe a custom serializer would do the job better and provide a more consistent API