Hello everyone,
In my Core Data model, I have an attribute that is of the NSData type. The data assigned to this attribute is supposed to represent a dictionary.
I can't use NSString's initWithData method. Nor can I use the JSON object serialization class.
In my Core Data model, I have an attribute that is of the NSData type. The data assigned to this attribute is supposed to represent a dictionary.
I can't use NSString's initWithData method. Nor can I use the JSON object serialization class.
Last edited: