Type Method 型メソッド

setVersion(_:)

Sets the receiver's version number. レシーバのバージョンナンバーを設定します。

Declaration 宣言

class func setVersion(_ aVersion: Int)

Parameters パラメータ

aVersion

The version number for the receiver. レシーバのバージョンナンバー。

Discussion 解説

The version number is helpful when instances of the class are to be archived and reused later. バージョン数は、そのクラスのインスタンスがアーカイブされて後で再利用されるときに役に立ちます。 The default version is 0.

Special Considerations 特別な注意事項

The version number applies to NSArchiver/NSUnarchiver, but not to NSKeyedArchiver/NSKeyedUnarchiver. A keyed archiver does not encode class version numbers. キー付きアーカイブは、クラスバージョン数をエンコードしません。

See Also 参照

Archiving アーカイブ