The encoder to write data to. このエンコーダにデータを書き込むことになります。
Instance Method
インスタンスメソッド
encode(to:
encode(to:configuration:)
Encodes the value into the specified encoder with help from the provided configuration.
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
, configuration: Self.EncodingConfiguration
) throws
Parameters パラメータ
encoder
configuration
An encoding configuration instance that provides additional information necessary for encoding.