The encoder to write data to. このエンコーダにデータを書き込むことになります。
Instance Method
インスタンスメソッド
encode(to:)
Encodes the sort order into the encoder you specify.
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
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Loading and Storing Sort Orders
init(from: Decoder)
Creates a sort order by decoding from the decoder you specify.