-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Hi!
I'm upgrading a framework to Swift 3 and to Decodable 0.5.
Before, we used to have a custom conformance to Decodable for Dates that was mapping a timestamp using timeIntervalSince1970, but obviously now that Date has a conformance to Decodable from this library itself we can't do that anymore.
Using the Customization that you provide should work, but the issue is that I'm using Decodable in a framework so there is no "entry point" where I can run the code to setup the decoder function. (I may have one that kind of works for the apps that use the framework, but that won't work for unit tests for example).
I can have a different decode method on Date an call that manually but I was curious if there is something I'm missing.
Cheers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels