摘要:
1.对象标记[Serializable]2.引用空间using System.IO;using System.Runtime.Serialization.Formatters.Binary;3.获取方法MemoryStream ms = new MemoryStream();BinaryFormatter formatter = new BinaryFormatter();formatter.Se... 阅读全文
posted @ 2007-01-27 18:23
宝气狗
阅读(2285)
评论(6)
推荐(0)
浙公网安备 33010602011771号