I want to create an NSManagedObject with the contents of a NsDictionary. and Visa Versa.
I have a NSDictionary with object and keys that is being brought in from a MYSQL database and stored to the documents directory. I can't find good info for editing a dictionary so I thought I would try NSManaged Object instead.
If the Object attributes get changed I want to be able to reverse the procedure and send the object back.
Any help of finding an example of this would be great.
Thanks,
Michael