Introduction to Atomic Store Programming Topics

This document describes how to use the atomic store API to create custom persistent stores for Core Data applications.

You should read this document if you want to create a Core Data persistent store for which you manage the file format.

This is not an entry-level subject. You must be familiar with the Core Data architecture described in Core Data Basics and Persistent Store Features, and with the design and implementation of Objective-C classes. You must also understand your own file format, and how to read, parse, and write the files you want to support.

Organization of This Document

This document contains the following articles: