目前,使用XmlSerializer将不同物体序列化的Im(NET 2.0)
序列化的内容就是这样:
<?xml version="1.0"?>
<InitActivityAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<EmploymentID>1</EmploymentID>
<DateFrom>2011-11-14T21:08:17.5893302Z</DateFrom>
</InitActivityAction>
XmlSerializer Constructionor要求具体说明类型。 但我使用许多物体类型。
是否有办法使XmlSerializer“auto-detect”从XML中达到要求类型?