class ViewModel::DeserializeContext::SharedContext

def validate_deferred_constraints?

IMMEDIATE at the end of the deserialization operation
Should deferred database constraints be checked via SET CONSTRAINTS
def validate_deferred_constraints?
  @validate_deferred_constraints
end