Protocol

UnkeyedEncodingContainer

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

Declaration 宣言

protocol UnkeyedEncodingContainer

Overview 概要

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

Topics 話題

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

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

See Also 参照

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