var codingPath : [CodingKey]
The path of coding keys taken to get to this point in encoding.
エンコーディングのこの時点を得るために取られるコーディングキーのパス。
Availability
Technology
protocol SingleValueDecodingContainer
var codingPath : [CodingKey]
func decode(UInt8.Type) -> UInt8
func decode(Int64.Type) -> Int64
func decode(UInt32.Type) -> UInt32
func decode(Int32.Type) -> Int32
func decode(Int8.Type) -> Int8
func decode(Int.Type) -> Int
func decode(Int16.Type) -> Int16
func decode(Double.Type) -> Double
func decode(String.Type) -> String
func decode(UInt16.Type) -> UInt16
func decode(UInt64.Type) -> UInt64
func decode(UInt.Type) -> UInt
func decode(Float.Type) -> Float
func decode(Bool.Type) -> Bool
func decode<T>(T.Type) -> T
func decodeNil () -> Bool
struct KeyedDecodingContainer
protocol KeyedDecodingContainerProtocol
protocol UnkeyedDecodingContainer