Contents

NSOverwriteMergePolicy

A merge policy that overwrites the entire stored object.

Declaration

var NSOverwriteMergePolicy: AnyObject

Discussion

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.

See Also

Policies