Encodable

protocol Encodable
  • Undocumented

    Declaration

    Swift

    func encode() -> Data?
  • Undocumented

    Declaration

    Swift

    var jsonDict: [AnyHashable : Any?]? { get }