decode(_:from:configuration:)

iOS
16.4+
macOS
13.3+
tvOS
16.4+
watchOS
9.4+
func decode<T>(_ type: T.Type, from data: Data, configuration: T.DecodingConfiguration) throws -> T where T : DecodableWithConfiguration