摘要:
After changing the namespace of my class I can no longer deserialize the objects. I've implemented SerializationBinder. Example:publicclassTypeNameConverter:SerializationBinder{publicoverrideTypeBindToType(string assemblyName,string typeName){ typeName = typeName.Replace("MyOldNamespace&quo 阅读全文
posted @ 2013-09-11 21:20
遥望星空
阅读(445)
评论(0)
推荐(0)