func encodeEncodable <T>(T, forKey : String)
Encodes a given value and associates it with a key.
与えられた値をエンコードして、それをあるキーと結びつけます。
func encode(Bool, forKey : String)
Encodes a given Boolean value and associates it with a key.
与えられたブール値をエンコードして、それをあるキーと結びつけます。
func encodeConditionalObject (Any?, forKey : String)
Encodes a reference to a given object and associates it with a key only if it has been unconditionally encoded elsewhere in the archive.
与えられたオブジェクトへの参照をエンコードします、そしてそれがアーカイブのどこか他で無条件にエンコードされた場合にのみ、それをあるキーと結びつけます。
func encode(Double, forKey : String)
Encodes a given
double
value and associates it with a key.
与えられたdouble
値をエンコードして、それをあるキーと結びつけます。
func encode(Float, forKey : String)
Encodes a given
float
value and associates it with a key.
与えられたfloat
値をエンコードして、それをあるキーと結びびつけます。
func encode(Int32, forKey : String)
Encodes a given 32-bit integer value and associates it with a key.
与えられた32ビット整数値をエンコードして、それをあるキーと結びつけます。
func encode(Int64, forKey : String)
Encodes a given 64-bit integer value and associates it with a key.
与えられた64ビット整数値をエンコードして、それをあるキーと結びつけます。
func encode(Any?, forKey : String)
Encodes a given object and associates it with a given key.
与えられたオブジェクトをエンコードして、それをある与えられたキーと結び付けます。