Encodable

extension Encodable
  • Undocumented

    Declaration

    Swift

    public func encoded(using encoder: AnyEncoder = JSONEncoder()) throws -> Data
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public func encoded(using encoder: JSONEncoder = JSONEncoder()) throws -> [Any]
  • Undocumented

    Declaration

    Swift

    public func encoded(using encoder: JSONEncoder = JSONEncoder()) throws -> String