Skip to content

DecodingMethod

mxcl edited this page May 29, 2021 · 1 revision

DecodingMethod

The method to be used when decoding a Version

public enum DecodingMethod 

Enumeration Cases

strict

Decode using the strict initializer

case strict

tolerant

Decode using the tolerant initializer

case tolerant
Clone this wiki locally