DataTransformable
public protocol DataTransformable
Represents types which can be converted to and from data.
-
Undocumented
Declaration
Swift
func toData() throws -> Data
-
Undocumented
Declaration
Swift
static func fromData(_ data: Data) throws -> Self
-
Undocumented
Declaration
Swift
static var empty: Self { get }