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.
views:
370answers:
1
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
2009-05-03 19:19:28
I'll second that - but I'm not sure how that helps with the question?
Marc Gravell
2009-05-03 19:20:14
I'm suggesting he may want to reconsider his plan of serializing things to a file.
Joshua
2009-05-04 15:13:44