Forum Discussion

Happymade's avatar
Happymade
Copper Contributor
Oct 29, 2022

.net6 ,How to use JsonSerializerContext in VB.net Project

In the C# project(.net6), I can run the following code and successfully output the serialized content.       public class Test { public string AA { get; set; } = "A"; public ...