Hi guys I am trying get request when my model class like first I can get data but with second model I can get this error message "The data couldn’t be re
I am replacing my old JSON parsing code with Swift's Codable and am running into a bit of a snag. I guess it isn't as much a Codable question as it is a DateFor
When trying to encode this: class MyClass: Object, Codable { @Persisted var someValue: String } // I've created and added MyClass to Realm. I then query for
Should the use of class inheritance break the Decodability of class. For example, the following code class Server : Codable { var id : Int? } class Deve