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 { get }
  • The task info to use when decoding if there isn’t a local task info defined on the object.

    Declaration

    Swift

    public var taskIdentifier: String? { get }
  • 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? { get }
  • The default bundle to use for embedded resources.

    Declaration

    Swift

    public var bundle: Bundle? { get }
  • The coding info object to use when decoding.

    Declaration

    Swift

    public var codingInfo: RSDCodingInfo? { get }