Open dmitry-web opened 5 years ago
How fix it?
How fix it?
Try to override SharpSerializer with your classes and check if key exists
return _objectCache.Any(x => x.Key == referenceTarget.Reference.Id) ? _objectCache[referenceTarget.Reference.Id] : null;
SharpSerializer Is failing when object has non existing properties. Just need to check if Dictionary has key line code here