You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great library however I cannot make the Cache works with Swift 3's Data type, because Data doesn't conform to NSCoding. Is there a plan to support this use case?
The text was updated successfully, but these errors were encountered:
I definitely plan to update the framework for the Codable protocol that will arrive with Swift 4.
In the meantime, the only thing that comes to mind is actually casting Data to NSData.
This is a great library however I cannot make the Cache works with Swift 3's Data type, because Data doesn't conform to NSCoding. Is there a plan to support this use case?
The text was updated successfully, but these errors were encountered: