配置

1
2
3
4
5
6
7
8
9
<system.runtime.serialization>
<dataContractSerializer>
    <declaredTypes>
    <add type = "Baidu.Modules.DataContract.Equipment.EquimentModel,TopStrong.Modules.DataContract,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null, processorArchitecture=MSIL">
        <knownType type = "Baidu.Modules.DataContract.Equipment.PointCheckStd,TopStrong.Modules.DataContract, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=MSIL"/>
    </add>
    </declaredTypes>
</dataContractSerializer>
</system.runtime.serialization>