Encoder
protocol Encoder
Extension of Encoder to return the factory objects used by the Codable objects in this framework.
-
The factory to use when encoding.
Declaration
Swift
public var factory: RSDFactory
-
The task info to use when encoding.
Declaration
Swift
public var taskInfo: RSDTaskInfoStep?
-
The schema info to use when encoding.
Declaration
Swift
public var schemaInfo: RSDSchemaInfo?
-
The task data source to use when encoding.
Declaration
Swift
public var taskDataSource: RSDTaskDataSource?