tags:

views:

370

answers:

1

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.

A: 

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.

Joshua
I'll second that - but I'm not sure how that helps with the question?
Marc Gravell
I'm suggesting he may want to reconsider his plan of serializing things to a file.
Joshua