NSMergePolicyType.overwriteMergePolicyType
A merge policy type that overwrites the entire stored object.
Declaration
case overwriteMergePolicyTypeDiscussion
This policy merges conflicts between the persistent store’s version of the object and the current in-memory version by saving the entire in-memory object to the persistent store.