Encodable

extension Encodable
  • Undocumented

    Declaration

    Swift

    public func toDictionary(encoder: JSONEncoder = JSONEncoder()) -> [String : Any]
  • Undocumented

    Declaration

    Swift

    public func toJSONString(encoder: JSONEncoder = JSONEncoder()) -> String?