Looking at the XMLRPCCommon class - setting iXMLRPCSerializer to null will
throw an NPE. Could do a lazy initialization in the constructor (to null), and
then do a check in serializeParams() to see if iXMLRPCSerializer is null. If
so, initialize it to XMLRPCSerializer.
Original issue reported on code.google.com by
rsrihar...@gmail.comon 30 May 2014 at 3:43