Click here to Skip to main content
15,885,216 members
Articles / Desktop Programming / Windows Forms

Saving Tree Structure using Serialization

Rate me:
Please Sign up or sign in to vote.
4.60/5 (4 votes)
22 Jun 2009CPOL5 min read 53.1K   1.7K   32  
This article demonstrates editing a tree structure and saving the job using serialization.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostApp", "HostApp\HostApp.csproj", "{D6310918-EB3D-46A6-A1C0-38DA9F356E15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ABSTreeSaver", "ABSTreeSaver\ABSTreeSaver.csproj", "{63342B67-18BF-4EB3-BC03-4D67580DDCFE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D6310918-EB3D-46A6-A1C0-38DA9F356E15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D6310918-EB3D-46A6-A1C0-38DA9F356E15}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D6310918-EB3D-46A6-A1C0-38DA9F356E15}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D6310918-EB3D-46A6-A1C0-38DA9F356E15}.Release|Any CPU.Build.0 = Release|Any CPU
		{63342B67-18BF-4EB3-BC03-4D67580DDCFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{63342B67-18BF-4EB3-BC03-4D67580DDCFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{63342B67-18BF-4EB3-BC03-4D67580DDCFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{63342B67-18BF-4EB3-BC03-4D67580DDCFE}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
Sid loves programming and has technical experience developing desktop based solutions using C#.Net, Winforms, WPF.
He has experience of Software services, I-Banks and Product development environments.
He also has a deep understanding of Product Development Lifecycle and Agile methodology of developing softwares.

Besides programming he is also fond of music, photography and cooking.
He lives in Bangalore.

Comments and Discussions