Version Tolerant Serialization
摘要:
Let's Start it By a sample of code.// Version 1 of the Address class.[Serializable]public class Address{ public string Street; public string City;}// Version 2.0 of the Address class.[Serializable]public class Address{ public string Street; public string City; // The older application... 阅读全文
posted @ 2012-07-03 23:22
malaikuangren
阅读(154)
评论(0)
推荐(0)
浙公网安备 33010602011771号