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

Implement NSCoding Protocol #10

Open
mecid opened this issue Jun 28, 2016 · 4 comments
Open

Implement NSCoding Protocol #10

mecid opened this issue Jun 28, 2016 · 4 comments

Comments

@mecid
Copy link
Contributor

mecid commented Jun 28, 2016

Please implement NSCoding Protocol for Trakt model classes.

@arsonik
Copy link
Owner

arsonik commented Jul 4, 2016

will look into it

@arsonik
Copy link
Owner

arsonik commented Jul 4, 2016

Well, that mean I would have to subclass NSObject for all the trakt objects.
Which is kind of a pain ...
Why do you need to conform to nscoding ?
If it's for caching purpose keep in mind that all the requests to trakt.tv are cached based on the provided http headers given by their api.

@mecid
Copy link
Contributor Author

mecid commented Jul 5, 2016

@arsonik Yes, i want to save objects to cache.
Http headers based caching not working for me.

@mecid
Copy link
Contributor Author

mecid commented Jul 10, 2016

@arsonik Is it possible to implement?

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