Подробный разбор всех спосов сериализации, доступных в iOS. В конце – бенчмарк их всех.
https://dmtopolog.com/object-serialization-in-ios/
#serialization
https://dmtopolog.com/object-serialization-in-ios/
#serialization
topolog’s tech blog
Object serialization in iOS
In this post I’ll try to systemise the knowledge about major formats and types of data serialization in iOS development. I will also compare ObjC approach to the problem (NSCoding) with the one we got in Swift 4 (Codable) and will take a look at some specific…