Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in system.text.json

net 8.0: migrating from serialization to source generators

System.Text.Json serialize derived class property

c# json .net system.text.json

How to serialize a generic object

How can I deserialize generics by System.Text?

c# system.text.json

AddNewtonsoftJson is not overriding System.Text.Json

Why is JSON deserialisation with System.Text.Json so slow?

How to deserialize a json string or stream to Dictionary<string,string> with System.Text.Json

How can I serialize a multi-level polymorphic type hierarchy with System.Text.Json in .NET 7?

System.Text.Json how to get converter to utilise default Write() behaviour

System.Text.Json API is there something like IContractResolver

Is there a way to convert between JsonDocument and JsonNode?

How to ignore empty list when serializing to json?

System.Text.Json.JsonException: 'Read unrecognized type discriminator id 'new-type'

C# - Deserializing nested json to nested Dictionary<string, object>

Specifying JsonSerializerOptions in .NET 6 isolated Azure Function

Migrate one method to System.Text.Json

Custom serialization of null values in Asp.net core WebApi

System.FormatException: The JSON value is not in a supported DateTimeOffset format

Why are the return types of .NET's System.Text.Json.JsonSerializer.Deserialize methods nullable when it doesn't return null?