Instance Method インスタンスメソッド

encode(to:)

Encodes this value into the given encoder. この値を与えられたエンコーダにエンコードします。

Declaration 宣言

func encode(to encoder: Encoder) throws

Parameters パラメータ

encoder

The encoder to write data to. データを書き込むエンコーダ。

Discussion 解説

If the value fails to encode anything, encoder will encode an empty keyed container in its place. 値が何かをエンコードに失敗するならば、encoderは空のキー付きコンテナをその場でエンコードします。

This function throws an error if any values are invalid for the given encoder’s format. この関数は、与えられたエンコーダの形式に対して何らかの値が無効であるならばエラーをスローします。

Default Implementations 省略時実装

SIMD Implementations SIMD実装