YACYAML icon indicating copy to clipboard operation
YACYAML copied to clipboard

Does YACYAML support NSManagedObjects?

Open fatuhoku opened this issue 10 years ago • 2 comments

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.

fatuhoku avatar Mar 31 '14 01:03 fatuhoku

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" [email protected] 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.

th-in-gs avatar Mar 31 '14 08:03 th-in-gs

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

fatuhoku avatar Mar 31 '14 10:03 fatuhoku