Weebly / Cereal

Swift object serialization
BSD 3-Clause "New" or "Revised" License
369 stars 13 forks source link

Do we need a migration tool to Codable? #30

Open Sega-Zero opened 7 years ago

Sega-Zero commented 7 years ago

Swift 4 introduces new Codable protocol that generally do the same as this library. Should we make a migration tool for those who want to use a new protocol and be able to keep backward compatibility with Cereal?

ketzusaka commented 6 years ago

I'm not sure if its worth it. I certainly wouldn't be against it if you wanted to take the time to do so, though!