The object to encode. エンコードするオブジェクト。
Generic Instance Method
総称体インスタンスメソッド
encode
encodeConditional(_:forKey:)
Encodes a reference to the given object only if it is encoded unconditionally elsewhere in the payload (previously, or in the future).
与えられたオブジェクトへの参照をエンコードします、それがそのペイロードの中のどこか他の所で無条件にエンコードをされる(以前に、またはこの先に)場合に限ります。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
object
key
The key to associate the object with. オブジェクトと関連付けられるキー。
Discussion 解説
For encoders which don’t support this feature, the default implementation encodes the given object unconditionally. この機能をサポートしないエンコーダに対して、省略時の実装は与えられたオブジェクトを無条件にエンコードします。
Note 注意
This documentation comment was inherited from Keyed
.
この文書化コメントは、Keyed
から引き継がれました。