Transformable Type 和 NSValueTransformer 执行
如果您扩展 NSManagedObject 或使用静态方法实例化您的 Model 类或将 NSPersistentStoreCoordinator 类型设置为 NSInMemoryStoreType 您的 NSValueTransformer 类仍然会执行吗?
If you extend NSManagedObject or you use a static method to instantiate your Model class or you set your NSPersistentStoreCoordinator type to NSInMemoryStoreType will your NSValueTransformer class still execute?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是,如果持久存储类型设置为 NSInMemoryStoreType,您在 Core Data 中设置的 NSValueTransformer 将不会被执行。
希望这对某人有帮助。如果您在任何文档中找到此内容或有答案,请在此处发布。
The answer was if the persistent store type is set to NSInMemoryStoreType your NSValueTransformer that you setup in Core Data will not get executed.
Hope this helps someone. If you find this in any doc or have an answer why this is so please post it here.