Instance Method インスタンスメソッド

encodeInt64:forKey:

Encodes a 64-bit integer value and associates it with the string key. 64ビット整数値をエンコードして、それを文字列キーと結びつけます。

Declaration 宣言

- (void)encodeInt64:(int64_t)value 
             forKey:(NSString *)key;

Discussion 議論

Subclasses must override this method if they perform keyed coding. サブクラスは、それらがキー付きコーディングを実行するならば、このメソッドをオーバーライドする必要があります。

See Also 参照

Encoding General Data 一般的なデータを符号化する

Related Documentation 関連文書