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.
有谁知道我如何使用 dataWithJSONObject 来序列化包含 NADate 对象的字典或数组?SBJSON 有一个用户可定义的方法,可以为此提供。NSJSONSerialization 有类似的东西吗?
dataWithJSONObject 将 NSDate 序列化为 String 但不会将其反序列化。所以解决方案可以在 NSDictionary 值中使用 String 或 NSDate.timeIntervalSince1970 ,然后使用 NSDate(timeIntervalSince1970)