AKTrakt icon indicating copy to clipboard operation
AKTrakt copied to clipboard

Implement NSCoding Protocol

Open mecid opened this issue 8 years ago • 4 comments

Please implement NSCoding Protocol for Trakt model classes.

mecid avatar Jun 28 '16 10:06 mecid

will look into it

arsonik avatar Jul 04 '16 08:07 arsonik

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.

arsonik avatar Jul 04 '16 09:07 arsonik

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

mecid avatar Jul 05 '16 14:07 mecid

@arsonik Is it possible to implement?

mecid avatar Jul 10 '16 11:07 mecid