• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Recommended way to save NSPredicates in Core Data store?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recommended way to save NSPredicates in Core Data store?


  • Subject: Re: Recommended way to save NSPredicates in Core Data store?
  • From: Ken Thomases <email@hidden>
  • Date: Wed, 15 Aug 2018 19:29:05 -0500

On Aug 15, 2018, at 6:15 PM, Demitri Muna <email@hidden> wrote:
>
> I'm building an interface that contains an NSPredicateEditor (think iTunes
> smart playlists), and I want to save the predicate in a Core Data store. What
> is the recommended way to do this? Serialize the NSPredicate object and save
> it as a blob? Break apart the predicate into one or more NSExpressions (left
> hand value, operator, right hand value) and reconstruct the predicate? I can
> think of several possibilities, but am wondering what is the path of least
> resistance (and, I suppose, most binding-friendly!).

Serializing the predicate (using NSKeyedArchiver) seems obviously the right way
to go.  Any other approach is just reinventing serializing it in a worse way.

You can create a custom value transformer (subclass of NSValueTransformer) to
automatically archive and unarchive.  Use that on your binding.

Regards,
Ken

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Recommended way to save NSPredicates in Core Data store? (From: Demitri Muna <email@hidden>)

  • Prev by Date: Recommended way to save NSPredicates in Core Data store?
  • Next by Date: Carbon -> Cocoa
  • Previous by thread: Recommended way to save NSPredicates in Core Data store?
  • Next by thread: Carbon -> Cocoa
  • Index(es):
    • Date
    • Thread