libs-gscoredata/Documentation/GSDatamodelFileFormat.txt
H. Nikolaus Schaller 30c88829fc New Import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@25765 72102866-910b-0410-8b05-ffd578937521
2007-12-20 08:39:55 +00:00

12 lines
487 B
Text

GNUstep CoreData Model File Format
The default extension to use for archived contents of
NSManagedObjectModel in the GNUstep Core Data framework should be
"gsdatamodel". The format can be found in NSManagedObjectModel.m,
namely in the implementation of the methods
[NSManagedObjectModel-encodeWithCoder:] and
[NSManagedObjectModel-initWithCoder:].
By default, you should use keyed archives (as that is what the methods
for explicit loading of data models from files expect).