Protocol

UnkeyedDecodingContainer

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

Declaration 宣言

protocol UnkeyedDecodingContainer

Overview 概要

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

Topics 話題

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

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

See Also 参照

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