Polymorphic Serialization & Deserialziation of Interface implementations in dotnet
I will preface this by saying this is not a brilliant idea, as you lose the benefit of a descriptive model (especially in swagger), and its somewhat brittle if you add more types. Honestly it started as a “It would be nice if I could do this in this scenario..” and just went down the …