I use DeHL to serialize XML and a class in Delphi, and if I add a property to my class and try to deserialize my XML file. I have this error: "Desert" \ TApp \ FObject \ test "failed. The serializer reported that it was missing or another object was currently read !.
I understand this problem well, but is there a way to set the default value instead of an error?
source
share