本文介绍了序列化问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我的应用程序已接近完成版本1.0的基本功能。 我有一个广泛的对象模型,我现在想要使用 $ b $持久保存我的对象b序列化。 我选择了binaryformatter进行序列化和自定义序列化,我知道这将使我能够灵活地在不打破旧事物时使用 将来会向会员添加会员并发送给现有客户。 1.)还有其他需要考虑的自定义序列化 2.)当在GetObjectData中执行info.addvalue时,如果我的类的一个成员是另一个类的实例,那么我是否继续添加它 - 那个 以某种方式调用该类的序列化过程来填充这个? 3.)我的一些类是集合。它们继承自collectionbase。 集合库是不可序列化的?假设它可能不是可序列化的, 文档说序列化将失败。如果是这样,世界上如何处理这个问题?我需要序列化收集库的所有项目 然后反序列化它们。 还有其他任何评论吗?还有其他的问题吗? 非常感谢。 ShaneMy app is near completed for the basic feature of version 1.0.I have an extensive object model and I now want to persist my objects usingserialization.I have chosen binaryformatter to serialize, and custom serialization, whichI understand will allow me the flexibility of not breaking old things when Iadd members to classes in the future and send to existing customers.1.) is there anything else to consider with the custom serialization2.) when doing the info.addvalue in GetObjectData, if one of the members ofmy class is an instance of another class, do I go ahead and add it--and thatsomehow calls the serialization process of that class to fullfill this?3.) some of my classes are collections. They inherited from collectionbase.Is collection base not serializable? Assuming it may not be serializable,the documentation says serialization will fail. If so, how in the world canI handle this issue? I need to serialize all items of the collection baseand then deserialize them.Are there any other comments about this? Any other gotchas?Thanks a bunch.Shane推荐答案 B-Line现在正在招聘一个华盛顿特区VB.NET WinForms + WebServices职位的开发人员。 中级到高级开发人员。获取 信息或将电子邮件简历应用于 sam_blinex_com。B-Line is now hiring one Washington D.C. area VB.NETdeveloper for WinForms + WebServices position.Seaking mid to senior level developer. Forinformation or to apply e-mail resume tosam_blinex_com. 这篇关于序列化问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-22 17:07