UUID
extension UUID: ToFromData
-
Serialize a
UUID
toData
Declaration
Swift
public func toData() throws -> Data
-
Deserialize a
UUID
fromData
Declaration
Swift
public static func fromData(_ data: Data) throws -> UUID
-
The lowercased string form of this
UUID
(Forsta uses the lowercase string exclusively in message payloads and user addresses)Declaration
Swift
var lcString: String { get }