The encoder to write data to. このエンコーダにデータを書き込むことになります。
Instance Method
インスタンスメソッド
encode(to:)
Encodes the value into the specified encoder.
値をこの指定されたエンコーダへとエンコードします。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func encode(to encoder: Encoder
) throws
Parameters パラメータ
encoder
Discussion 議論
This function throws an error if any values are invalid for the encoder’s format. この関数は、何らかの値がエンコーダのもつ書式に対して無効とされるならばエラーをスローします。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Encoding and Decoding エンコーディングとデコーディング
init(from: Decoder)
Creates a new instance by decoding from the specified decoder.
新しいインスタンスをこの指定されたデコーダからデコードすることによって作成します。