Commit 5b405ff
committed
Add the DerivedTypeConverter to base class for Complex Types
Change the logic for when the [JsonConverter(typeof(DerivedTypeConverter))] attribute is applied on Complex Types to match the logic used for entities.
This resolves issue where an entity references an abstract complex type1 parent 17442ce commit 5b405ff
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments