Commit e12042b
committed
✍️ Json serialization: ignore read-only properties
This change was made to ignore properties inherited from `ReactiveObject`, which has annotations that opt out of serialization for public properties. But System.Text.Json doesn't support these annotations (ref dotnet/runtime#29975).1 parent 3837bd0 commit e12042b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments