How can I save my objects with assigned proberties in binary file (with .NET), so then I could just open the file and read my objects? Is it possible? Something with serillization?
You may want to take a look at the IPersistFile interface.
A short description: "The IPersistFile interface provides methods that permit an object to be loaded from or saved to a disk file, rather than a storage object or stream. "
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.