System.Text.Json
Install
Install-Package StackExchange.Redis.Extensions.System.Text.Jsondotnet add package StackExchange.Redis.Extensions.System.Text.Json<PackageReference Include="StackExchange.Redis.Extensions.System.Text.Json" Version="5.5.0" />paket add StackExchange.Redis.Extensions.System.Text.JsonSetup
services.AddSingleton<ISerializer, SystemTextJsonSerializer>();container.Register(Component.For<ISerializer>()
.ImplementedBy<SystemTextJsonSerializer>()
.LifestyleSingleton());Last updated