Greg Heo 1/28/2014

Transformable attributes in Core Data

Read Original

This article details the use of Transformable attributes in Apple's Core Data framework. It explains that while standard types like strings and integers are straightforward, Transformable attributes allow storage of custom objects (like NSArray or custom classes) as long as they conform to the NSCoding protocol. The article also notes the limitation that these attributes are stored as binary data, making them unqueryable via NSPredicate.

Transformable attributes in Core Data

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes