On Apr 10, 2009, at 11:54AM, Quincey Morris wrote:
Core Data runs a custom transformer in the forward direction, but it runs the default transformer in the reverse direction.
The documentation states "Core Data uses an instance of NSValueTransformer to convert the attribute to and from an instance of NSData. By default, Core Data uses the NSKeyedUnarchiveFromDataTransformerName transformer."
So a single instance of NSValueTransformer is used in both directions and the default is an instance of NSKeyedUnarchiveFromDataTransformerName transformer.
You could be right but the documentation explicitly states otherwise. Richard _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com