Open 9ParsonsB opened 5 months ago
System.Text.Json in .Net9 (preview2+) is able to derserialize into a derived type, from a base type dependent on a discriminator field
This is a fantastic convenience change for json deserialization, thanks for bringing it to my attention!
System.Text.Json in .Net9 (preview2+) is able to derserialize into a derived type, from a base type dependent on a discriminator field