摘要:
public class Formater { public static byte[] Serialize(Object _object) { BinaryFormatter binaryFormatter = new BinaryFormatter(); MemoryStream ms = new MemoryStream(); binaryFormatter.Serialize(ms, _... 阅读全文
posted @ 2009-08-12 10:40
漠北水獭
阅读(177)
评论(0)
推荐(0)

浙公网安备 33010602011771号