MetaSingleValueEncodingContainer
open class MetaSingleValueEncodingContainer : SingleValueEncodingContainer
Manages all kinds of metas, that represent some kind of single value
-
The encoder that created this container.
Encoding is delegated to it.
Declaration
Swift
public let encoder: MetaEncoder -
Declaration
Swift
public let codingPath: [CodingKey]
-
Declaration
Swift
public init(referencing reference: Reference, at codingPath: [CodingKey], encoder: MetaEncoder) -
Declaration
Swift
open func encodeNil() throws -
Declaration
Swift
public func encode<T>(_ value: T) throws where T : Encodable
View on GitHub
MetaSingleValueEncodingContainer Class Reference