i want to save a uiviewcontroller class in to a coredata and retrieve it from coredata in a button click. i have tried it with nsarchiver and nsunarchiver. converted the class in to a nsdata and save in to coredata. but at the time of retrieving i got an error:i want to save a uiviewcontroller class in to a