I cannot figure out the correct way to de-serialize a string passed via xml-rpc. If I print out the string I get
{'params': ['123', 3], 'methodName': 'function'}
I could split the string, and then drop unwanted characters. But, that seems like the wrong way.
Any help would be appreciated.