Protocol

KeyedEncodingContainerProtocol

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

Declaration 宣言

protocol KeyedEncodingContainerProtocol

Overview 概要

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

Topics 話題

Associated Types さまざまな関連型

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

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

Relationships 関係

Conforming Types これらの型が準拠

See Also 参照

Encoding Containers エンコーディングコンテナ