Category Uncategorized

Make SwiftData Codable

When moving from Core Data to Swift Data, it’s not obvious how to make the data model codable, a must for reading or writing JSON files or API’s to/from the persistent storage. A way to do it is to manually…