duffleit / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

MissingMethodException when parsing struct mapped to .Net array type #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Class XmlRpcSerializer throws a MissingMethodException with message "No
parameterless constructor defined for this object." in its ParseStruct
method if the XML-RPC value is being mapped to a .Net array. 

XmlRpcTypeMismatchException should be thrown.

Similarly if the struct or class being mapped to does not have a default
constructor.

Original issue reported on code.google.com by ChasC...@gmail.com on 23 Apr 2008 at 4:41

GoogleCodeExporter commented 9 years ago
Fixed in revision 49.

Original comment by ChasC...@gmail.com on 27 Apr 2008 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by ChasC...@gmail.com on 27 Apr 2008 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by ChasC...@gmail.com on 27 Apr 2008 at 10:56