tukarambande / xmlrpcnet

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

XmlRpcSerializer.GetStructName does not check for Properties #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In XmlRpcSerializer.GetStructName function, it only go through the fields,
but not properties.

Scenario: XmlRpcMember attribute is used to "rename" a Property
Actual Result: XmlRpcMember for Property is not used when deserializing

Original issue reported on code.google.com by sam0...@gmail.com on 6 Jun 2008 at 1:06

GoogleCodeExporter commented 8 years ago
Fixed in revision 60.

Original comment by ChasC...@gmail.com on 30 Aug 2008 at 3:34