NSCoding VS Core data

前端 未结 4 2187
生来不讨喜
生来不讨喜 2020-12-07 23:13

I\'ve been searching for an article that explains NSCoding (NSKeyedArchiver...) advantages and disadvantages over use of CoreData (SQLite....).

There\'s a lot of op

4条回答
  •  隐瞒了意图╮
    2020-12-07 23:29

    To add to already great answers, NSCoding along with NSKeyedArchiver is a great way to store data which is too big (or incompatible data type) for for NSUserDefaults but too small and non-numerous for CoreData.

提交回复
热议问题