Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✍️ 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).
- Loading branch information