I have an MDI application with a treeview control docked to the left and five classes containing the information of the tree nodes i.e Editors for that kind of node.
How should I serialize the application such that all the objects are serialized into a single binary file?
How to store my resources in it so a single file can be sent to all the machines?
Thanks.