KeyedEncodingContainer

extension KeyedEncodingContainer
  • Undocumented

    Declaration

    Swift

    public mutating func encodeAny<T>(_ value: T, as type: T.Type, forKey key: KeyedEncodingContainer<K>.Key) throws
  • Undocumented

    Declaration

    Swift

    public mutating func encodeAnyIfPresent<T>(_ value: T?, as type: T.Type, forKey key: KeyedEncodingContainer<K>.Key) throws