Plist.Deserialize<SomeClass>(plistdata);
class SomeClass
{
[PlistProperty("QueryResponses")] public QueryResponses? QueryResponses { get; set; }
[PlistProperty("Status")] public string? Status { get; set; }
}
System.NullReferenceException:“Object reference not set to an instance of an object.
because the object QueryResponses may or may not have;