Xjph / ObservatoryCore

Elite Observatory: Extensible tool for processing Elite Dangerous journals
https://observatory.xjph.net/
MIT License
84 stars 16 forks source link

[Core + Framework] Polymorphic Journal Deserialization #155

Open 9ParsonsB opened 5 months ago

9ParsonsB commented 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

Xjph commented 5 months ago

This is a fantastic convenience change for json deserialization, thanks for bringing it to my attention!