Deserialize JSON string to object which has abstract types
I am trying to deserialize a complex nested json to my object. The only thing is that in my object I use abstract types, so it must have some logic to use the correct derived class. The types are saved…