Is finishDecoding also handling the release of the NSKeyedUnarchiver instance?
It doesn’t say in the Class Reference.
Is finishDecoding also handling the release of the NSKeyedUnarchiver instance? It doesn’t say in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you have to handle it yourself.
You can easily verify it in Archives and Serializations Programming Guide, look at the examples, both methods (
finishDecodingandrelease) are called.