- finishEncoding
encodedData
outputFormat
requiresSecureCoding
+ archivedDataWithRootObject:
+ archiveRootObject:toFile:
Availability 有効性
Technology
object
The root of the object graph to archive. アーカイブするオブジェクトグラフのルート。
requiresSecureCoding
A Boolean value indicating whether all encoded objects must conform to NSSecure
.
全ての符号化されたオブジェクトがNSSecure
に準拠しなければならないかどうかを指し示しているブール値。
error
On return, the error that occurred while encoding, or nil
if no error occurred.
戻りでは、エンコーディングの間に発生したエラー、またはnil
、もしエラーが発生しなかったならば。
To prevent the possibility of encoding an object that NSKeyed
can’t decode, set requires
to true whenever possible. This ensures that all encoded objects conform to NSSecure
.
NSKeyed
が復号できないオブジェクトを符号化する可能性をなくすには、requires
をtrueに設定してください、可能な時はいつでも。これは、全ての符号化されたオブジェクトがNSSecure
に準拠することを確実にします。
Note 注意
Enabling secure coding doesn’t change the output format of the archive. This means that you can encode archives with secure coding enabled, and decode them later with secure coding disabled. セキュアコーディングを可能にすることは、アーカイブの出力フォーマットを変更しません。これは、あなたがセキュアコーディングを可能にした状態でアーカイブを符号化して、そしてセキュアコーディングを使用不能にした状態でそれらを復号できることを意味します。
- finishEncoding
encodedData
outputFormat
requiresSecureCoding
+ archivedDataWithRootObject:
+ archiveRootObject:toFile: