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

encode(_:forKey:)

Encodes directional edge inset data and associates it with the specified key in the coder’s archive. 方向性縁差込データをエンコードして、それをこのコーダのもつアーカイブにおいてこの指定されたキーと結び付けます。

Declaration 宣言

func encode(_ insets: NSDirectionalEdgeInsets, 
     forKey key: String)

Parameters パラメータ

insets

The edge insets data to encode. 符号化する縁差込データ。

key

The key identifying the data. データを識別しているキー。

Discussion 議論

When decoding the data from the archive, you pass the value in the key parameter to the corresponding decodeDirectionalEdgeInsets(forKey:) method to retrieve the data. アーカイブからデータを復号する時、あなたはkeyパラメータの中の値を、対応するdecodeDirectionalEdgeInsets(forKey:)メソッドに渡すことで、データを回収します。

See Also 参照

Encoding Geometry-Based Data 幾何学基盤のデータを符号化する