我尝试使用 序列化Dictionary<string, string>,SoapFormatter但它引发异常
Soap Serializer 不支持序列化通用类型:System.Collections.Generic.Dictionary`2[System.String,System.String]。
Dictionary<string, string>使用 BinaryFormatter 对作品进行序列化。
任何人都知道为什么SoapFormatter不支持序列化通用类型?
我尝试使用 序列化Dictionary<string, string>,SoapFormatter但它引发异常
Soap Serializer 不支持序列化通用类型:System.Collections.Generic.Dictionary`2[System.String,System.String]。
Dictionary<string, string>使用 BinaryFormatter 对作品进行序列化。
任何人都知道为什么SoapFormatter不支持序列化通用类型?