Protocol

KeyedDecodingContainerProtocol

A type that provides a view into a decoder’s storage and is used to hold the encoded properties of a decodable type in a keyed manner. ある型で、あるデコーダの持つストレージへのビューを提供し、そしてデコーダ可能型のエンコードされたプロパティをキー流儀で保持するために使われます。

Declaration 宣言

protocol KeyedDecodingContainerProtocol

Overview 概要

Decoders should provide types conforming to UnkeyedDecodingContainer for their format. それらデコーダーは、それらの形式に対してUnkeyedDecodingContainerに準拠する型を提供すべきです。

Topics 話題

Associated Types さまざまな関連型

Instance Properties 様々なインスタンスプロパティ

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

Relationships 関係

Conforming Types これらの型が準拠

See Also 参照

Decoding Containers デコーディングコンテナ