Fix regression that broke falling back to Codable
This patch was authored and released by @siemensikkema.
Fixes regression that broke falling back to Codable
for types not conforming to MultipartPartConvertible
(#66, fixes #65)
Note: this removes conformance of UUID
to MultipartPartConvertible
introduced in 4.2.0 because it is no longer needed.