KeyedEncodingContainer

public extension KeyedEncodingContainer
  • Declaration

    Swift

    mutating func encode(
        _ value: AnyMoEngagePrimitiveValue,
        forKey key: KeyedEncodingContainer<K>.Key
    ) throws
  • Declaration

    Swift

    mutating func encodeIfPresent(
        _ value: AnyMoEngagePrimitiveValue?,
        forKey key: KeyedEncodingContainer<K>.Key
    ) throws