DecodingMethod

public enum DecodingMethod

The method to be used when decoding a Version

  • Decode using the strict initializer

    Declaration

    Swift

    case strict
  • Decode using the tolerant initializer

    Declaration

    Swift

    case tolerant