简体   繁体   中英

How to deserialize multiple objects present in a single serialized file in c#?

I have multiple "command objects" serialized on a single file. I need to get those objects back by deserializing so that I could replay those commands. Please, help me do this.

I never use the stock serializer for persistent store. I find it works for remoting just fine, but I don't want my file formats bound to .NET framework.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM