Click here to Skip to main content
15,893,487 members
Articles / Programming Languages / C#

Both XML and Binary Serializable Dictionary

Rate me:
Please Sign up or sign in to vote.
4.67/5 (12 votes)
3 Jan 2011CPOL3 min read 54.8K   1.4K   26  
Created a derived class from Dictionary which is both XML and binary serializable

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DictionarySerilization", "ConsoleApplication1\DictionarySerilization.csproj", "{8AB001B4-7A69-46E0-8CB2-0E9ED35E6732}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8AB001B4-7A69-46E0-8CB2-0E9ED35E6732}.Debug|x86.ActiveCfg = Debug|x86
		{8AB001B4-7A69-46E0-8CB2-0E9ED35E6732}.Debug|x86.Build.0 = Debug|x86
		{8AB001B4-7A69-46E0-8CB2-0E9ED35E6732}.Release|x86.ActiveCfg = Release|x86
		{8AB001B4-7A69-46E0-8CB2-0E9ED35E6732}.Release|x86.Build.0 = Release|x86
	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
Bangladesh Bangladesh
Name SYED MD. ABUL BASHAR
Email ID: miltoncse00@gmail.com

I am now working as software engineer in Malaysia. I am from Bangladesh and I have completed my B.Sc (Engg.) in CSE from Rajshahi University of Engineering and Technology (RUET).I spend much time in learning latest technology.

My LinkedIn Profile : http://bd.linkedin.com/in/miltoncse00[^]

My blog :http://ciintelligence.blogspot.com/[^]

Comments and Discussions