Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does YACYAML support NSManagedObjects? #7

Open
fatuhoku opened this issue Mar 31, 2014 · 2 comments
Open

Does YACYAML support NSManagedObjects? #7

fatuhoku opened this issue Mar 31, 2014 · 2 comments

Comments

@fatuhoku
Copy link

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
Copy link
Owner

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.

@fatuhoku
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants