Reading List
CodableWithConfiguration from Michael Tsai RSS feed.
CodableWithConfiguration
John Sundell: When a type conforms to either EncodableWithConfiguration or DecodableWithConfiguration, it requires an additional configuration value to be passed when either encoding or decoding it (and the compiler will enforce that requirement). […] CodableWithConfiguration is really quite useful when using Swift’s built-in serialization API to encode and decode types that require additional data in […]