问题 I have xml that is returned with an array of different types of objects. I am having trouble with the xmlchoiceidentifier when it gets to the keyword struct. When it deserializes it, it just returns null. Here is the xml that I am trying to deserialize: <struct> <member> <name>result</name> <value><boolean>1</boolean></value> </member> <member> <name>user_info</name> <value> <struct> <member> <name>First Name</name> <value><string>John</string></value> </member> <member> <name>Last Name</name