eenriquelopez
09/23/2020, 9:23 AMSam
09/23/2020, 1:33 PMNSCoding
protocol under the hood. If your object implements that, it can be serialized and deserialized wherever a Codable
object is expected. Unfortunately there is no auto-synthesis of the methods. You’ll have to write them yourself. https://developer.apple.com/documentation/foundation/nscodingeenriquelopez
09/23/2020, 2:39 PM