Each parameter in constructor 'Void .ctor(System.Guid, System.String, System.String, System.String, System.String)' on type 'xxxxxxx' must bind to an object property or field on deserialization. Each parameter name must match with a property or field on the object. The match can be case-insensitive. #43563
Labels
Milestone
Hi,
I'm facing an issue when using System.Text.Json. Fields are not correctly Serialized and Deserialized.
and sometimes , I have the er error :
Each parameter in constructor 'Void .ctor(System.Guid, System.String, System.String, System.String, System.String)' on type 'xxxxxxx' must bind to an object property or field on deserialization. Each parameter name must match with a property or field on the object. The match can be case-insensitive.
Here is the code :
the serialization / deserialization works fine using newtonsoft as follows
dotnetcore/Home#42
The text was updated successfully, but these errors were encountered: