Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to save objects in a file with .NET

Status
Not open for further replies.

vladibo

Programmer
Sep 14, 2003
161
CA
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. "

Check out the MSDN for more details.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top