Core Data not automatically calling value transformer when getting / setting attribute directly in code
问题 If I understand correctly, the idea behind Core Data transformable attributes is: implement an NSValueTransformer subclass with returns [NSData class] in +transformedValueClass along with its implementation for transformation register the transformer in +load or +initialize set an entity's attribute as transformable set a name for your transformer (the name you used to register it) in the xcode model editor for the attribute. At this point, I'd expect that accessing or setting the attribute