摘要:序列化实是将对象信息转换成制定格式(二进制、json或者xml等格式)的数据。 反序列化则是将制定格式(二进制、json或者xml等格式)的数据转换成对象信息 注:序列化与反序列化前后的对象不是同一个对象。因为反序列化相当于使用序列数据重新创建了新的对象实体。 序列化帮助类 1 using Syst
阅读全文
posted @ 2018-03-30 00:28
posted @ 2018-03-30 00:28
posted @ 2018-03-22 23:28
posted @ 2018-03-13 11:07