case formatted(DateFormatter)
The strategy that defers formatting settings to a supplied date formatter.
書式設定の設定を提供された日付フォーマッタに任せる戦略。
Availability 有効性
Technology
custom
A closure that receives the data to encode and the encoder instance to encode to. あるクロージャ、それはエンコードするデータおよびそれへとエンコードするエンコーダインスタンスを受け取ります。
If the user-defined function throws, the error propagates upward. ユーザ定義関数がスローするならば、エラーは上に伝わります。
If the user-defined function doesn’t perform any encoding at all, the encoder produces an empty JSON object instead. ユーザ定義関数がどんなエンコーディングも全く実行しないならば、エンコーダは空のJSONオブジェクトを代わりにエンコードします。
case formatted(DateFormatter)