You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable handling of types that require validation (#13)
Introduces two new protocols, to enable types that validate their values to be inspected by the TypeDecoder: ValidSingleCodingValueProvider and ValidKeyedCodingValueProvider. See the README for more details.
Decoding errors that occur during type decoding will now be thrown as a TypeDecodingError. You may log or inspect this error to determine why decoding failed.