The encoder to write data to. このエンコーダにデータを書き込むことになります。
Instance Method
インスタンスメソッド
encode(to:)
Encodes the run loop schedule time interval into the given encoder.
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func encode(to encoder: Encoder
) throws
Parameters パラメータ
encoder
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Encoding Scheduler Time Intervals
init(from: Decoder)
Creates a run loop scheduler time interval with data from an unarchiver.