th-in-gs / YACYAML

YACYAML for Cocoa reads and writes YAML, a friendlier, more human, plain text replacement for plists, JSON or NSKeyedArchives.
Other
49 stars 19 forks source link

Does YACYAML support NSManagedObjects? #7

Open fatuhoku opened 10 years ago

fatuhoku commented 10 years ago

I'm curious whether YACYAML could be given some Core Data entity, and produce for me an encoding of that entity along with all of its

The key to this is: does YACYAML handle @dyanmic properties properly?

If so, WOW, I'd love to jump on and start using YACYAML right now.

th-in-gs commented 10 years ago

It just implements NSCoder, it does nothing to introspect properties etc. It should handle anything NSKeyedArchiver does.

On 31 Mar 2014, at 02:25, "Hok Shun Poon" notifications@github.com wrote:

I'm curious whether YACYAML could be given some Core Data entity, and produce for me an encoding of that entity along with all of its

The key to this is: does YACYAML handle @dyanmic properties properly?

If so, WOW, I'd love to jump on and start using YACYAML right now.

— Reply to this email directly or view it on GitHub.

fatuhoku commented 10 years ago

Awesome. Cool. I'm using AutoCoding atm. Fingers crossed...