finishDecoding 是否也处理 NSKeyedUnarchiver 实例的释放? 它没有在 类参考。
Is finishDecoding also handling the release of the NSKeyedUnarchiver instance? It doesn't say in the Class Reference.
不行,你必须自己处理。 您可以在 归档和序列化编程指南,看例子,两种方法(finishDecoding 和 release) 被调用。
finishDecoding
release
No, you have to handle it yourself. You can easily verify it in Archives and Serializations Programming Guide, look at the examples, both methods (finishDecoding and release) are called.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
不行,你必须自己处理。
您可以在 归档和序列化编程指南,看例子,两种方法(
finishDecoding
和release
) 被调用。No, you have to handle it yourself.
You can easily verify it in Archives and Serializations Programming Guide, look at the examples, both methods (
finishDecoding
andrelease
) are called.