本文介绍了这个c#例外意味着什么:“在分析结束之前遇到的流的结束”?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我序列化一个巨大的列表(二进制序列化)都正常工作但是当我尝试反序列化时,会引发一个异常,说:在分析结束之前遇到的流的结束如何克服这个问题?



请尽量清楚,先谢谢所有贡献者

I serialize a huge list(binary serialization) all works properly but when i try to deserialize, an exception is raised saying that: "the end of the stream encountered before the end of the analysis" How to overcomer this issue?

Please try to be clear, thanks in advance to all contributors

推荐答案



这篇关于这个c#例外意味着什么:“在分析结束之前遇到的流的结束”?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 22:22