Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在桌面可可应用程序和 iOS 应用程序之间共享一个实现 NSCoding 协议的类,我是否也能够在这两个应用程序之间共享通过归档对象创建的数据文件?
使用 NSKeyedArchiver 归档的文件在两个平台之间是兼容的。您只需要注意两个平台上都不可用的类,例如:
由于这些在两个平台上都不可用,您将无法在另一个平台上取消归档它们。