Nikita Khlebushkin
11/07/2019, 4:08 PMSam
11/07/2019, 4:28 PMNSCoding
is the ObjC version of Codable
.Nikita Khlebushkin
11/07/2019, 7:17 PMSam
11/07/2019, 7:33 PMextension MyKotlinClass: Codable {}
The compiler may not be able to generate the actual code, in which case you'll need to add the methods encode(to encoder: Encoder)
and init(from decoder: Decoder)
Nikita Khlebushkin
11/07/2019, 8:11 PMDmitri Sh
11/08/2019, 1:22 AMNikita Khlebushkin
11/08/2019, 8:33 AMDmitri Sh
11/09/2019, 5:19 AMsvyatoslav.scherbina
11/11/2019, 9:11 AM