Generic Instance Method 総称体インスタンスメソッド

nestedContainer(keyedBy:)

Encodes a nested container keyed by the given type and returns it. 与えられた型によってキー付けされる入れ子にされたコンテナをエンコードしてそれを返します。

Declaration 宣言

mutating func nestedContainer<NestedKey>(keyedBy keyType: NestedKey.Type) -> KeyedEncodingContainer<NestedKey> where NestedKey : CodingKey

Parameters パラメータ

keyType

The key type to use for the container. コンテナに対して使うためのキー型。

Return Value 戻り値

A new keyed encoding container. 新しいキー付けされるエンコーディングコンテナ。