关于[System.Text.Json - Polymorphic Serialization and Deserialization]的摘要:
In this article, we are going to deal with a special case of JSON processing, polymorphic serialization, and deserialization with System.Text.Json. The introduction of the System.Text.Json package has given .NET developers another powerful option for JSON format handling. You can get a full description of the package here.
原文地址: https://code-maze.com/csharp-polymorphic-serialization-and-deserialization/