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 { get }
-
The task info to use when encoding.
Declaration
Swift
public var taskIdentifier: String? { get }
-
The schema info to use when encoding.
Declaration
Swift
public var schemaInfo: RSDSchemaInfo? { get }
-
The coding info object to use when encoding.
Declaration
Swift
public var codingInfo: RSDCodingInfo? { get }