Serialization vs. Archiving?
问题 The iOS docs differentiate between "serializing" and "archiving." Is this a general distinction (i.e., holds in other languages) or is it specific to Objective-C? Also, what is the difference between these two? 回答1: This is a case of one being the other some (but not all) of the time. Wikipedia has this to say about serialization: "Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or transmitted