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

encode(_:forKey:)

Encodes a given object and associates it with a given key. 与えられたオブジェクトをエンコードして、それをある与えられたキーと結び付けます。

Declaration 宣言

func encode(_ object: Any?, 
     forKey key: String)

Parameters パラメータ

objv

The value to encode. This value may be nil. エンコードする値。この値はnilであるかもしれません。

key

The key with which to associate objv. This value must not be nil. このキーとobjvを結び付けます。この値は、nilではいけません。

See Also 参照

Encoding Data and Objects データとオブジェクトをエンコードする

Related Documentation 関連文書