I have a Transformable that is used as an NSDictionary, and what I want to do is configure my managed object so that in the absence of a value for a given key, any call to valueForKey:key will return a default value.
I have a Transformable that is used as an NSDictionary, and what I want to do is configure my managed object so that in the absence of a value for a given key, any call to valueForKey:key will return a default value.