var codingPath : [CodingKey]
var count: Int
Availability
Technology
protocol UnkeyedEncodingContainer
Encoders should provide types conforming to Unkeyed
for their format.
エンコーダは、それらの形式に対してUnkeyed
に準拠する型を提供するべきです。
var codingPath : [CodingKey]
var count: Int
func encode(Int32)
func encode(String)
func encode(UInt64)
func encode(UInt)
func encode(Float)
func encode(UInt8)
func encode<T>(T)
func encode(Bool)
func encode(Int64)
func encode(UInt16)
func encode(Double)
func encode(Int)
func encode(Int16)
func encode(UInt32)
func encode(Int8)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encode<T>(contentsOf : T)
func encodeConditional <T>(T)
func encodeNil ()
func nestedContainer <NestedKey>( keyedBy : NestedKey.Type) -> KeyedEncodingContainer<NestedKey>
func nestedUnkeyedContainer () -> UnkeyedEncodingContainer
func superEncoder () -> Encoder
Encoder
instance for encoding super
into that container.
入れ子にされたコンテナをエンコードして、super
をそのコンテナへとエンコードするためのEncoder
インスタンスを返します。
protocol SingleValueEncodingContainer
struct KeyedEncodingContainer
protocol KeyedEncodingContainerProtocol