Removing default case to fix crash and updating tests

This commit is contained in:
jonbeer
2021-05-04 18:23:02 -07:00
parent 36e3c80df4
commit 5e6d058a43
2 changed files with 24 additions and 24 deletions
@@ -33,10 +33,10 @@ namespace AZ
"Target object for Json Serialization is pointing to nothing during loading.");
}
if (IsExplicitDefault(value))
/*if (IsExplicitDefault(value))
{
return context.Report(Tasks::ReadField, Outcomes::DefaultsUsed, "Value has an explicit default.");
}
}*/
BaseJsonSerializer* serializer = context.GetRegistrationContext()->GetSerializerForType(typeId);
if (serializer)