ClassWrapper

class ClassWrapper<T, U> : Decodable where T : ClassFamily, U : Decodable

Undocumented

  • The family enum containing the class information.

    Declaration

    Swift

    let family: T
  • Undocumented

    Declaration

    Swift

    let object: U?
  • Declaration

    Swift

    required init(from decoder: Decoder) throws