摘要: class test { public string a; public int b; public byte[] c; public IntPtr d; } 把上面对象序列化成string并保存。 test t=new test() { a = "aa", b = 444, c = new byt 阅读全文
posted @ 2018-11-21 09:22 81 阅读(2842) 评论(0) 推荐(0) 编辑