NSOverwriteMergePolicy
A merge policy that overwrites the entire stored object.
Declaration
var NSOverwriteMergePolicy: AnyObjectDiscussion
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.