Decoder

protocol Decoder

Extension of Decoder to return the factory objects used by the Codable objects in this framework.

  • The factory to use when decoding.

    Declaration

    Swift

    public var factory: RSDFactory
  • The task info to use when decoding if there isn’t a local task info defined on the object.

    Declaration

    Swift

    public var taskInfo: RSDTaskInfoStep?
  • The schema info to use when decoding if there isn’t a local task info defined on the object.

    Declaration

    Swift

    public var schemaInfo: RSDSchemaInfo?
  • The task data source to use when decoding.

    Declaration

    Swift

    public var taskDataSource: RSDTaskDataSource?