tags:

views:

34

answers:

2

I know already:

Core Data, SQLite3, Property List Serialization, NSCoding with NSCoder (encode / decode)... what else?

A: 

You listed the standard ones. Of course you've got access to a file system, so you can pretty much do anything. What are you looking for?

Chris Garrett
nothing special. just curious...
dontWatchMyProfile
A: 

Another framework is BNRPersistence, which uses Tokyo Cabinet (I haven't tried it, so I don't know how good it is). Other than that, you can do pretty much anything you want--JSON or custom XML come to mind, but you can also use pretty much any C-based library.

eman