SmartEnum icon indicating copy to clipboard operation
SmartEnum copied to clipboard

Use SmartEnum as discriminator in various places

Open zyofeng opened this issue 2 years ago • 0 comments

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....

zyofeng avatar Feb 28 '22 09:02 zyofeng