serializer - How to deserialize multiple objects present in a single serialized file in c#? -
I have multiple "Command Objects" sorted on a file. I need to bring back those objects from deselecting so that I can run those commands again, please help me do this.
I never use the stock serializer for the store. I think it works properly for remoting, but I do not want to limit my file formats to the .NET framework.
Comments
Post a Comment