AnyEncoder

public protocol AnyEncoder

https://github.com/JohnSundell/Codextended

  • Undocumented

    Declaration

    Swift

    func encode<T>(_ value: T) throws -> Data where T : Encodable