Видео с ютуба Jsonserializer
Using JSON IN C#! Serialization & Deserialization made easy!
JsonSerializer
03 - Serialization and Deserialization in C# JSON | JsonSerializer.Serialize() & Deserialize()
When to Use async Versions of JsonSerializer in C#?
How to implement User Options with IOptionsMonitor and JsonSerializer | CodeNameK - 11
C# : JsonSerializer.Deserialize fails
How to Tell JsonSerializer to Ignore All Properties of a Given Type in C#
C# : Self referencing loop in Json.Net JsonSerializer from custom JsonConverter (Web API)
Resolving jsonserializer.serialize Library Issues in Asp.Net Core MVC
Understanding System.Text.Json.JsonSerializer: Key Properties and Fields Explained
Resolving the JsonSerializer.Deserialize Issue in C# Classes
C# : How to globally set default options for System.Text.Json.JsonSerializer?
How to Fix JsonSerializer Not Deserializing Repeated Fields in Protobuf Messages
C# : How to use class fields with System.Text.Json.JsonSerializer?
Understanding JsonSerializer.Deserialize in C#: Choosing Between Generic and Non-Generic Methods
C# : Json.Net: JsonSerializer-Attribute for custom naming
Exploring an Alternative to JsonSerializer.SerializeToUtf8Bytes in .NET Standard
JsonSerializer.Deserialize can't convert number
Simplifying Object to JSON Conversion: Using JsonSerializer for Attributes in C#