func version(forClassName : String) -> Int
This method is present for historical reasons and is not used with keyed archivers.
このメソッドは歴史的理由から存在します、そしてキー付きアーカイバでは使われません。
Availability 有効性
Technology
var systemVersion: UInt32
{ get }
During encoding, the current version. During decoding, the version that was in effect when the data was encoded. 符号化のとき、現在のバージョン。復号のときには、データが符号化された時に有効だったバージョン。
Subclasses that implement decoding must override this property to return the system version of the data being decoded. 復号を実装するサブクラスは、このプロパティをオーバーライドして、復号されるデータのシステムバージョンを返すようにしなければなりません。
func version(forClassName : String) -> Int