- encodeArrayOfObjCType:count:at:
Encodes an array of the given Objective-C type, provided the number of items and a pointer.
項目の数とポインタを提供されて、この与えられたObjective-C型の配列をエンコードします。
- encodeBool:forKey:
Encodes a Boolean value and associates it with the string
key
.
ブール値をエンコードして、それを文字列key
と結びつけます。
- encodeBycopyObject:
An encoding method for subclasses to override such that it creates a copy, rather than a proxy, when decoded.
それがデコードした時に、プロキシではなく、あるコピーを作成するような、オーバーライドをするサブクラスのためのエンコーディングメソッド。
- encodeByrefObject:
An encoding method for subclasses to override such that it creates a proxy, rather than a copy, when decoded.
それがデコードした時に、コピーではなく、あるプロキシを作成するような、オーバーライドをするサブクラスのためのエンコーディングメソッド。
- encodeBytes:length:
Encodes a buffer of data of an unspecified type.
ある指定されない型のデータのパッファをエンコードします。
- encodeBytes:length:forKey:
Encodes a buffer of data, given its length and a pointer, and associates it with a string key.
データのバッファをエンコードします、それの長さとポインタを与えられて、そしてそれをある文字列キーと結びつけます。
- encodeConditionalObject:
An encoding method for subclasses to override to conditionally encode an object, preserving common references to it.
あるオブジェクトを、それへの通常の参照を保全して、条件付きでエンコードするようオーバーライドする、サブクラスに対するエンコーディングメソッド。
- encodeConditionalObject:forKey:
An encoding method for subclasses to override to conditionally encode an object, preserving common references to it, only if it has been unconditionally encoded.
あるオブジェクトを、それへの通常の参照を保全して、それが無条件にエンコードされた場合にのみ、それが条件付きでエンコードするようオーバーライドする、サブクラスに対するエンコーディングメソッド。
- encodeDataObject:
Encodes a given data object.
与えられたデータオブジェクトをエンコードします。
- encodeDouble:forKey:
Encodes a double-precision floating point value and associates it with the string key.
倍精度浮動小数点値をエンコードして、それを文字列キーと結びつけます。
- encodeFloat:forKey:
Encodes a floating point value and associates it with the string key.
浮動小数点値をエンコードして、それを文字列キーと結びつけます。
- encodeInt:forKey:
Encodes a C integer value and associates it with the string key.
C整数値をエンコードして、それを文字列キーと結びつけます。
- encodeInteger:forKey:
Encodes an integer value and associates it with the string key.
整数値をエンコードして、それを文字列キーと結びつけます。
- encodeInt32:forKey:
Encodes a 32-bit integer value and associates it with the string key.
32ビット整数値をエンコードして、それを文字列キーと結びつけます。
- encodeInt64:forKey:
Encodes a 64-bit integer value and associates it with the string key.
64ビット整数値をエンコードして、それを文字列キーと結びつけます。
- encodeObject:
Encodes an object.
あるオブジェクトをエンコードします。
- encodeObject:forKey:
Encodes an object and associates it with the string key.
あるオブジェクトをエンコードして、それを文字列キーと結びつけます。
- encodePoint:
Encodes a point.
あるポイントをエンコードします。
- encodePoint:forKey:
Encodes a point and associates it with the string key.
あるポイントをエンコードして、それを文字列キーと結びつけます。
- encodePropertyList:
Encodes a property list.
あるプロパティリストをエンコードします。
- encodeRect:
Encodes a rectangle structure.
ある矩形構造体をエンコードします。
- encodeRect:forKey:
Encodes a rectangle structure and associates it with the string key.
ある矩形構造体をエンコードして、それを文字列キーと結びつけます。
- encodeRootObject:
An encoding method for subclasses to override to encode an interconnected group of objects, starting with the provided root object.
相互連結されたいくらかのオブジェクトからなるあるグループを、提供されたルートオブジェクトで開始して、エンコードするようオーバーライドする、サブクラスに対するエンコーディングメソッド。
- encodeSize:
Encodes a size structure.
あるサイズ構造体をエンコードします。
- encodeSize:forKey:
Encodes a size structure and associates it with the given string key.
あるサイズ構造体をエンコードして、それを文字列キーと結びつけます。
- encodeValueOfObjCType:at:
Encodes a value of the given type at the given address.
与えられたアドレスでのこの与えられた型のある値をエンコードします。
- encodeValuesOfObjCTypes:
Encodes a series of values of potentially differing Objective-C types.
潜在的にObjective-C型と異なっている一連の値をエンコードします。