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
Just like in SwiftXmlRpc, it would be nice to support Codable types directly.
As a cheap first solution, this could encode the XmlRpcValue's as JSON and then use the JSONEncoder.
As a proper solution this would need an own coder/decoder.