SmartEnum
SmartEnum copied to clipboard
Use SmartEnum as discriminator in various places
In EF Core we can use HasDiscriminator and map entity types to specific value
In System.Text.Json we need something like JsonSubTypes to hand deserialization
Not sure if this makes sense....