CodingUserInfoKey
struct CodingUserInfoKey : RawRepresentable, Equatable, Hashable
Extension of CodingUserInfoKey to add keys used by the Codable objects in this framework.
-
The key for the factory to use when coding.
Declaration
Swift
public static let factory = CodingUserInfoKey(rawValue: "RSDFactory.factory")!
-
The key for the task info to use when coding.
Declaration
Swift
public static let taskInfo = CodingUserInfoKey(rawValue: "RSDFactory.taskInfo")!
-
The key for the schema info to use when coding.
Declaration
Swift
public static let schemaInfo = CodingUserInfoKey(rawValue: "RSDFactory.schemaInfo")!
-
The key for the task data source to use when coding.
Declaration
Swift
public static let taskDataSource = CodingUserInfoKey(rawValue: "RSDFactory.taskDataSource")!