Exception class used for XML-RPC response errors.
Format an XML-RPC method call.
Parse an XML-RPC response. On success, return the response return value, deserialized as T. On failure, throw XmlRpcException.
Parse a D value from an XML node according to XML-RPC.
Serialize a D value v to an XML node according to XML-RPC.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Simple XML-RPC serializer.