I have an NSData that was created by using NSKeyedArchiver
. Is there a way to iterate over all the values inside it? It must somehow be possible to get all the keys that were stored in it when using +[NSKeyedUnarchiver unarchiveObjectWithData:]
.
Thanks