DictionaryCoderProperties

public protocol DictionaryCoderProperties

Protocol for dictionary encoding properties. The property required are the dictionary element name entry, the key name key and the value name value

  • Declaration

    Swift

    static var entry: String? { get }
  • key

    Declaration

    Swift

    static var key: String { get }
  • Declaration

    Swift

    static var value: String { get }