XMLCoder
XMLCoder copied to clipboard
Decode into Existing Object
If I instantiate a Codable object, is there way to decode into that specific instance, rather than supplying the Type?
try? decoder.decode(into: myCodableObject)
Regards Peter